diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-18 12:51:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-18 12:51:36 +0000 |
commit | e4f36d74dff8956ca44440de6828d9bf0c0a4995 (patch) | |
tree | 6ac3124ca2e5f136924d7ac2ee29cd080462d5d0 /dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-e4f36d74dff8956ca44440de6828d9bf0c0a4995.tar.gz historical-e4f36d74dff8956ca44440de6828d9bf0c0a4995.tar.bz2 historical-e4f36d74dff8956ca44440de6828d9bf0c0a4995.zip |
Marking 2.00_beta stable x86; IUSE syntax fixes
Package-Manager: portage-2.1_pre3-r1
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, 4 insertions, 2 deletions
diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild index 2222b85f605f..0ff9f1a660c6 100644 --- a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1 2005/11/30 21:08:28 superlag Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.2 2006/01/18 12:51:36 mcummings Exp $ inherit perl-module +IUSE="" + MY_PV=${PV/0_beta5/0b5} MY_P="${PN}-${MY_PV}" S=${WORKDIR}/${MY_P} |