diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:05:07 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:05:07 +0000 |
commit | 5664a61684223f0d3f8b369dd6120f76db3a5f82 (patch) | |
tree | 5ac80e168db6f8fb46fde0c140fb2b4481762a8b /dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild | |
parent | improve savedconfig location #141640 (diff) | |
download | gentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.tar.gz gentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.tar.bz2 gentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild')
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild index 137ebea5ea41..b3ae9442f429 100644 --- a/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild,v 1.4 2006/06/08 21:19:29 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild,v 1.5 2006/08/05 20:05:07 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~hppa ppc sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |