diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-07 01:19:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-07 01:19:03 +0000 |
commit | 593cd35f4d24ccee65c62ea1107a15c6bac1e095 (patch) | |
tree | a97ef770536816ba2a40a1394c866734e96995ea /app-portage | |
parent | fix for bug #91847, fix symlink (diff) | |
download | gentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.tar.gz gentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.tar.bz2 gentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.zip |
oops - had it backwards, sorry
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/genlop/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.30.2.ebuild | 6 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.30.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-portage/genlop/ChangeLog b/app-portage/genlop/ChangeLog index 6480f93bf806..348c8e89135a 100644 --- a/app-portage/genlop/ChangeLog +++ b/app-portage/genlop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/genlop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.26 2005/07/07 01:08:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.27 2005/07/07 01:15:35 mcummings Exp $ + + 07 Jul 2005; Michael Cummings <mcummings@gentoo.org> genlop-0.30.2.ebuild, + genlop-0.30.3.ebuild: + oops - had it backwards, sorry 07 Jul 2005; Michael Cummings <mcummings@gentoo.org> genlop-0.30.2.ebuild, genlop-0.30.3.ebuild: diff --git a/app-portage/genlop/genlop-0.30.2.ebuild b/app-portage/genlop/genlop-0.30.2.ebuild index 150a879a6551..2f469f99e980 100644 --- a/app-portage/genlop/genlop-0.30.2.ebuild +++ b/app-portage/genlop/genlop-0.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.2.ebuild,v 1.14 2005/07/07 01:08:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.2.ebuild,v 1.15 2005/07/07 01:15:35 mcummings Exp $ inherit bash-completion @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sparc x86" IUSE="" -DEPEND="${RDEPEND}" -RDEPEND=">=dev-lang/perl-5.8.0-r12 +DEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/DateManip-5.40" +RDEPEND="${DEPEND}" src_install() { dobin genlop || die diff --git a/app-portage/genlop/genlop-0.30.3.ebuild b/app-portage/genlop/genlop-0.30.3.ebuild index c4131e62d039..ca3ebf21c9c9 100644 --- a/app-portage/genlop/genlop-0.30.3.ebuild +++ b/app-portage/genlop/genlop-0.30.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.3.ebuild,v 1.3 2005/07/07 01:08:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.3.ebuild,v 1.4 2005/07/07 01:15:35 mcummings Exp $ inherit bash-completion @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="${RDEPEND}" -RDEPEND=">=dev-lang/perl-5.8.0-r12 +DEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/DateManip-5.40" +RDEPEND="${DEPEND}" src_install() { dobin genlop || die |