diff options
author | 2014-07-21 19:41:06 +0000 | |
---|---|---|
committer | 2014-07-21 19:41:06 +0000 | |
commit | d897221f9fff4c17cb6222bdd6a87a9206a4344d (patch) | |
tree | 3ce8e06e7f9e5659079f56305acd66553bac01ba /virtual/perl-Safe/perl-Safe-2.370.0.ebuild | |
parent | Check for CONFIG_INPUT_EVDEV wrt #508460 by Thomas D. (diff) | |
download | historical-d897221f9fff4c17cb6222bdd6a87a9206a4344d.tar.gz historical-d897221f9fff4c17cb6222bdd6a87a9206a4344d.tar.bz2 historical-d897221f9fff4c17cb6222bdd6a87a9206a4344d.zip |
Improve dependencies
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'virtual/perl-Safe/perl-Safe-2.370.0.ebuild')
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.370.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual/perl-Safe/perl-Safe-2.370.0.ebuild b/virtual/perl-Safe/perl-Safe-2.370.0.ebuild index da65370ae814..afc3a156ce06 100644 --- a/virtual/perl-Safe/perl-Safe-2.370.0.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.370.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild,v 1.1 2014/07/12 17:01:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.370.0.ebuild,v 1.2 2014/07/21 19:26:42 dilfridge Exp $ EAPI=5 @@ -16,4 +16,5 @@ IUSE="" RDEPEND=" || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 " |