diff options
author | 2013-01-02 23:29:13 +0000 | |
---|---|---|
committer | 2013-01-02 23:29:13 +0000 | |
commit | a76bfcf1d6b6280243ca7f9214f10bc565889026 (patch) | |
tree | 3d5022c73d9f69b7b596eb7204c23fa6e049e45f /sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | |
parent | Add hardened/linux/arm/armv7a to profiles.desc list (diff) | |
download | historical-a76bfcf1d6b6280243ca7f9214f10bc565889026.tar.gz historical-a76bfcf1d6b6280243ca7f9214f10bc565889026.tar.bz2 historical-a76bfcf1d6b6280243ca7f9214f10bc565889026.zip |
Fix LICENSE, see LICENSE file, bug 449832. Assign RDEPEND.
Package-Manager: portage-2.1.11.38/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
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 | 7 |
1 files changed, 4 insertions, 3 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 778dfb4b6832..3a5049c17a7a 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.18 2012/04/26 15:08:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.19 2013/01/02 23:29:08 ulm Exp $ inherit pam eutils toolchain-funcs @@ -8,11 +8,12 @@ DESCRIPTION="Password strength checking for PAM aware password changing programs HOMEPAGE="http://www.openwall.com/passwdqc/" SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" -LICENSE="BSD as-is" +LICENSE="Openwall BSD public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" DEPEND="virtual/pam" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |