diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-23 00:08:10 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-23 00:08:10 +0000 |
commit | a5911a362d7c0013f3e6fba83babd872ddef0931 (patch) | |
tree | ee578e7c7fe815f73f7b8eaf45ecd447e8c0097b /sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | |
parent | Quote variable on line 40 for the latest ebuild and use emake for install too. (diff) | |
download | historical-a5911a362d7c0013f3e6fba83babd872ddef0931.tar.gz historical-a5911a362d7c0013f3e6fba83babd872ddef0931.tar.bz2 historical-a5911a362d7c0013f3e6fba83babd872ddef0931.zip |
Fix makefile patch to build on FreeBSD bug #232695, and keyword ~x86-fbsd.
Package-Manager: portage-2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386
Diffstat (limited to 'sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild')
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild index 8f387afef319..6fcfbbed00d4 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.8 2008/06/21 23:57:22 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.9 2008/07/23 00:08:09 the_paya Exp $ inherit pam eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" DEPEND="virtual/pam" |