diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:18:41 +0000 |
commit | 31ae62dbe33682cd7d3455885e960c09c2aac43c (patch) | |
tree | cd49032eb95deed28c90ae14a191dfbb6943a25d /dev-perl/Authen-PAM | |
parent | Version bumped & marked previous version stable. (diff) | |
download | historical-31ae62dbe33682cd7d3455885e960c09c2aac43c.tar.gz historical-31ae62dbe33682cd7d3455885e960c09c2aac43c.tar.bz2 historical-31ae62dbe33682cd7d3455885e960c09c2aac43c.zip |
repoman
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild index 42baa5e30ad3..71be8b35bae1 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild @@ -1,20 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild,v 1.4 2004/02/16 22:00:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-PAM/Authen-PAM-0.14.ebuild,v 1.5 2004/02/20 21:17:01 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Interface to PAM library" -SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" HOMEPAGE="http://www.cs.kuleuven.ac.be/~pelov/pam/" +SRC_URI="http://www.cs.kuleuven.ac.be/~pelov/pam/download/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~ppc sparc alpha ia64" - -DEPEND="${DEPEND} - sys-libs/pam" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha amd64 ia64" +DEPEND="sys-libs/pam" export OPTIMIZE="$CFLAGS" |