diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:34:59 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:34:59 +0000 |
commit | 04c0864dcfbfd27cf402efe4c122d871fb881c3e (patch) | |
tree | 055f8101541b3db1433ea39526bbf4744a2a7716 /dev-perl/Apache-SessionX | |
parent | blender update (diff) | |
download | historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.gz historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.bz2 historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Apache-SessionX')
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Apache-SessionX/ChangeLog | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild index b3738bece0f9..c331784ab45c 100644 --- a/dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.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/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild,v 1.3 2006/01/18 12:51:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.00_beta5.ebuild,v 1.4 2006/07/03 20:11:24 ian Exp $ inherit perl-module @@ -20,8 +20,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~sparc x86 ~ppc" DEPEND="dev-perl/Apache-Session" +RDEPEND="${DEPEND}" src_compile() { echo "n" | perl-module_src_compile -} - +}
\ No newline at end of file diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild index 5cc279ef573f..23995fdefea6 100644 --- a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.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/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.4 2006/03/30 22:09:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.5 2006/07/03 20:11:24 ian Exp $ inherit perl-module @@ -20,8 +20,8 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" DEPEND="dev-perl/Apache-Session" +RDEPEND="${DEPEND}" src_compile() { echo "n" | perl-module_src_compile -} - +}
\ No newline at end of file diff --git a/dev-perl/Apache-SessionX/ChangeLog b/dev-perl/Apache-SessionX/ChangeLog index 74001b166c71..18cfb2db57dc 100644 --- a/dev-perl/Apache-SessionX/ChangeLog +++ b/dev-perl/Apache-SessionX/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-SessionX # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/ChangeLog,v 1.6 2006/03/30 22:09:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/ChangeLog,v 1.7 2006/07/03 20:11:24 ian Exp $ + + 03 Jul 2006; Christian Hartmann <ian@gentoo.org> + Apache-SessionX-2.00_beta5.ebuild, Apache-SessionX-2.01.ebuild: + Fixed RDEPEND wrt bug #134781 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Apache-SessionX-2.01.ebuild: |