diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 20:28:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 20:28:32 +0000 |
commit | a1de9737bc3a74b6841a44b50e3dfdb9cf18a59a (patch) | |
tree | 0df4a5b8f16ee0cb151ad13bad56d41b9d892705 /sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild | |
parent | New name for djview4. Version bump. Fixes bug #357817 thank pavel sanda for r... (diff) | |
download | gentoo-2-a1de9737bc3a74b6841a44b50e3dfdb9cf18a59a.tar.gz gentoo-2-a1de9737bc3a74b6841a44b50e3dfdb9cf18a59a.tar.bz2 gentoo-2-a1de9737bc3a74b6841a44b50e3dfdb9cf18a59a.zip |
Fix LICENSE, bug 365185.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild')
-rw-r--r-- | sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild b/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild index 7da6fcac0bfb..f70e4e9dddf7 100644 --- a/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild +++ b/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild,v 1.1 2011/03/12 14:03:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild,v 1.2 2011/04/30 20:28:32 ulm Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Create per-user private temporary directories during login" HOMEPAGE="http://www.openwall.com/pam/" SRC_URI="http://www.openwall.com/pam/modules/${PN}/${P}.tar.gz" -LICENSE="freedist" +LICENSE="BSD-2" # LICENSE file says "heavily cut-down 'BSD license'" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="selinux +prevent-removal" |