diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:04:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:04:12 +0000 |
commit | baf3c35336a9a38a4a502db99c4c266c0b2f8662 (patch) | |
tree | bcc67c0ebcab3121c91f15b92982405da82d4d57 /net-mail/popick/popick-0.1.ebuild | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | historical-baf3c35336a9a38a4a502db99c4c266c0b2f8662.tar.gz historical-baf3c35336a9a38a4a502db99c4c266c0b2f8662.tar.bz2 historical-baf3c35336a9a38a4a502db99c4c266c0b2f8662.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/popick/popick-0.1.ebuild')
-rw-r--r-- | net-mail/popick/popick-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/popick/popick-0.1.ebuild b/net-mail/popick/popick-0.1.ebuild index b36fc01693e5..ccd8d7279fc3 100644 --- a/net-mail/popick/popick-0.1.ebuild +++ b/net-mail/popick/popick-0.1.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/net-mail/popick/popick-0.1.ebuild,v 1.2 2005/03/07 17:58:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/popick-0.1.ebuild,v 1.3 2005/05/25 14:04:12 mcummings Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="dev-lang/perl dev-perl/Curses-UI - dev-perl/Getopt-Long" + perl-core/Getopt-Long" src_unpack() { |