diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
commit | f77da935a59629be32097503b29502cff55e50c3 (patch) | |
tree | 78b5785ee3d6cf8dfd6e266a226d0834cc3584bb /dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild | |
parent | newt new package (diff) | |
download | historical-f77da935a59629be32097503b29502cff55e50c3.tar.gz historical-f77da935a59629be32097503b29502cff55e50c3.tar.bz2 historical-f77da935a59629be32097503b29502cff55e50c3.zip |
repoman'd
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 | 12 |
1 files changed, 7 insertions, 5 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 7795763a9a2f..749593743067 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.12-r2.ebuild @@ -1,8 +1,6 @@ # 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.3 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions +# $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 $ inherit perl-module @@ -10,7 +8,11 @@ S=${WORKDIR}/${P} DESCRIPTION="The Perl DBD:mysql Module" SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" -DEPEND="virtual/glibc >=sys-devel/perl-5 sys-libs/pam" -LICENSE="Artistic | GPL-2" SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + +DEPEND="${DEPEND} + sys-libs/pam" + export OPTIMIZE="$CFLAGS" |