diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-31 04:30:44 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-31 04:30:44 +0000 |
commit | d82c82b580dcf83c4b495d972201444009d13ec8 (patch) | |
tree | 0813e60a313072b62f7f191c774b66a8b65f0e9d /dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild | |
parent | Added ppc to KEYWORDS. Added RDEPEND. (diff) | |
download | gentoo-2-d82c82b580dcf83c4b495d972201444009d13ec8.tar.gz gentoo-2-d82c82b580dcf83c4b495d972201444009d13ec8.tar.bz2 gentoo-2-d82c82b580dcf83c4b495d972201444009d13ec8.zip |
Added ppc to KEYWORDS. Added HOMEPAGE and RDEPEND.
Diffstat (limited to 'dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild index 749593743067..2953880a3de1 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild @@ -1,18 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild,v 1.4 2002/07/23 22:29:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild,v 1.5 2002/07/31 04:30:44 cselkirk Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="The Perl DBD:mysql Module" SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" +HOMEPAGE="http://www.cs.kuleuven.ac.be/~pelov/pam/" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="${DEPEND} sys-libs/pam" +RDEPEND="${DEPEND}" + export OPTIMIZE="$CFLAGS" |