diff options
author | 2002-07-25 08:55:13 +0000 | |
---|---|---|
committer | 2002-07-25 08:55:13 +0000 | |
commit | b1fa2c4434eda2086c4343aec6b6c6bbae2b25a8 (patch) | |
tree | 70c78ac5fd30582573c432f071fa87adad4f4f4f /sys-devel | |
parent | removed tcpd patch (diff) | |
download | historical-b1fa2c4434eda2086c4343aec6b6c6bbae2b25a8.tar.gz historical-b1fa2c4434eda2086c4343aec6b6c6bbae2b25a8.tar.bz2 historical-b1fa2c4434eda2086c4343aec6b6c6bbae2b25a8.zip |
removal of DEPEND and RDEPEND on virtual/glibc... these are implied and one less thing for Portage to search for means faster Portage
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/perl/perl-5.6.1-r4.ebuild b/sys-devel/perl/perl-5.6.1-r4.ebuild index 605303be9f66..5945b394d8cc 100644 --- a/sys-devel/perl/perl-5.6.1-r4.ebuild +++ b/sys-devel/perl/perl-5.6.1-r4.ebuild @@ -10,9 +10,9 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc" -DEPEND="virtual/glibc sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" +DEPEND="sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" -RDEPEND="virtual/glibc berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" +RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { diff --git a/sys-devel/perl/perl-5.6.1-r5.ebuild b/sys-devel/perl/perl-5.6.1-r5.ebuild index 60c72a56ffa2..e847f4015a8d 100644 --- a/sys-devel/perl/perl-5.6.1-r5.ebuild +++ b/sys-devel/perl/perl-5.6.1-r5.ebuild @@ -10,9 +10,9 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc" -DEPEND="virtual/glibc sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" +DEPEND="sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" -RDEPEND="virtual/glibc berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" +RDEPEND="berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { |