diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:11:24 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:11:24 +0000 |
commit | cd936dcccdc3937782d0fbeaeffc939f80103d74 (patch) | |
tree | d6392639273de9f9a254d0184deb7795e5895f89 /dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | gentoo-2-cd936dcccdc3937782d0fbeaeffc939f80103d74.tar.gz gentoo-2-cd936dcccdc3937782d0fbeaeffc939f80103d74.tar.bz2 gentoo-2-cd936dcccdc3937782d0fbeaeffc939f80103d74.zip |
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild')
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |