diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:52:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:52:44 +0000 |
commit | c8ed9ada66f8a26bfe644a33793b3471fec1f6be (patch) | |
tree | 788e5f836756dd702436abe26aaa39cc300570bd /sys-libs/libcap/libcap-2.22.ebuild | |
parent | Add a gdbm USE flag to switch on or off GDBM as database provider (use simple... (diff) | |
download | gentoo-2-c8ed9ada66f8a26bfe644a33793b3471fec1f6be.tar.gz gentoo-2-c8ed9ada66f8a26bfe644a33793b3471fec1f6be.tar.bz2 gentoo-2-c8ed9ada66f8a26bfe644a33793b3471fec1f6be.zip |
Clarify license statement.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libcap/libcap-2.22.ebuild')
-rw-r--r-- | sys-libs/libcap/libcap-2.22.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/libcap/libcap-2.22.ebuild b/sys-libs/libcap/libcap-2.22.ebuild index a6cf2d70147e..36d19ebb35ea 100644 --- a/sys-libs/libcap/libcap-2.22.ebuild +++ b/sys-libs/libcap/libcap-2.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22.ebuild,v 1.10 2011/12/18 21:40:16 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22.ebuild,v 1.11 2012/03/20 23:52:44 flameeyes Exp $ EAPI="2" @@ -10,7 +10,8 @@ DESCRIPTION="POSIX 1003.1e capabilities" HOMEPAGE="http://www.friedhoff.org/posixfilecaps.html" SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap${PV:0:1}/${P}.tar.bz2" -LICENSE="GPL-2 BSD" +# it's available under either of the licenses +LICENSE="|| ( GPL-2 BSD )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="pam" |