diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-06 16:00:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-06 16:00:13 +0000 |
commit | 92fd9758bfdb464d96f8e151d734826af55deb0d (patch) | |
tree | 228d9655e5fcabb0c7c7eb7199ee7d807462cf37 /sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild | |
parent | Fix LICENSE, "PAM" is the same as "|| ( BSD GPL-2 )". (diff) | |
download | gentoo-2-92fd9758bfdb464d96f8e151d734826af55deb0d.tar.gz gentoo-2-92fd9758bfdb464d96f8e151d734826af55deb0d.tar.bz2 gentoo-2-92fd9758bfdb464d96f8e151d734826af55deb0d.zip |
Fix LICENSE.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild')
-rw-r--r-- | sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild b/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild index cf0b98a402a2..54a042d82569 100644 --- a/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild +++ b/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild,v 1.1 2009/10/07 19:59:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_userdb/pam_userdb-1.1.0.ebuild,v 1.2 2010/01/06 16:00:13 ulm Exp $ EAPI=1 @@ -19,7 +19,7 @@ DESCRIPTION="Linux-PAM pam_userdb (Berkeley DB) module" SRC_URI="mirror://kernel/linux/libs/pam/pre/library/${MY_P}.tar.bz2 http://downloads.sleepycat.com/db-${BDB_VER}.tar.gz" -LICENSE="PAM" +LICENSE="|| ( BSD GPL-2 ) OracleDB" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls elibc_FreeBSD" |