diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:08:50 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:08:50 +0000 |
commit | a458719700d9fb2363f719644df22f5ca2c397c1 (patch) | |
tree | d3c974d75bdf977c25be18dd83ae53001ad358eb /dev-perl/X11-Protocol | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-a458719700d9fb2363f719644df22f5ca2c397c1.tar.gz gentoo-2-a458719700d9fb2363f719644df22f5ca2c397c1.tar.bz2 gentoo-2-a458719700d9fb2363f719644df22f5ca2c397c1.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/X11-Protocol')
-rw-r--r-- | dev-perl/X11-Protocol/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/X11-Protocol/ChangeLog b/dev-perl/X11-Protocol/ChangeLog index c5d10a9cb781..c1028c1c2e23 100644 --- a/dev-perl/X11-Protocol/ChangeLog +++ b/dev-perl/X11-Protocol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/X11-Protocol # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.21 2006/06/12 16:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.22 2006/07/05 13:08:50 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> X11-Protocol-0.53.ebuild, + X11-Protocol-0.54.ebuild, X11-Protocol-0.55.ebuild: + Fixed RDEPEND wrt bug #134781 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> X11-Protocol-0.54.ebuild, X11-Protocol-0.55.ebuild: diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.53.ebuild index 89d2007f15e9..4bc035fe4dda 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.12 2006/05/01 22:20:21 mcummings Exp $ +# $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 $ inherit perl-module eutils @@ -18,3 +18,4 @@ DEPEND="|| ( ( x11-libs/libXrender ) virtual/x11 )" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild index cff4863c0fb5..cb4449ce468f 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.54.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.54.ebuild,v 1.2 2006/06/12 16:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.54.ebuild,v 1.3 2006/07/05 13:08:50 ian Exp $ inherit perl-module eutils @@ -18,3 +18,4 @@ DEPEND="|| ( ( x11-libs/libXrender ) virtual/x11 )" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild b/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild index 634560bbe7a8..3f24aca6e08f 100644 --- a/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild +++ b/dev-perl/X11-Protocol/X11-Protocol-0.55.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.55.ebuild,v 1.2 2006/06/12 16:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.55.ebuild,v 1.3 2006/07/05 13:08:50 ian Exp $ inherit perl-module eutils @@ -18,3 +18,4 @@ DEPEND="|| ( ( x11-libs/libXrender ) virtual/x11 )" +RDEPEND="${DEPEND}"
\ No newline at end of file |