diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:14:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 01:14:06 +0000 |
commit | 7e2ec6872b05412be66dcb5c9c59c2fdc5f3d27c (patch) | |
tree | f679f51bbf96fcd4975cb520eda6b823a96bdc5b /dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-7e2ec6872b05412be66dcb5c9c59c2fdc5f3d27c.tar.gz gentoo-2-7e2ec6872b05412be66dcb5c9c59c2fdc5f3d27c.tar.bz2 gentoo-2-7e2ec6872b05412be66dcb5c9c59c2fdc5f3d27c.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild')
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild index 4bc035fe4dda..1bb6423dc1aa 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.53.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/X11-Protocol/X11-Protocol-0.53.ebuild,v 1.13 2006/07/05 13:08:50 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild,v 1.14 2006/08/06 01:14:06 mcummings Exp $ inherit perl-module eutils @@ -14,8 +14,10 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="|| ( ( x11-libs/libXrender - x11-libs/libXext + x11-libs/libXext ) virtual/x11 - )" -RDEPEND="${DEPEND}"
\ No newline at end of file + ) + dev-lang/perl" +RDEPEND="${DEPEND}" + |