diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-30 17:16:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-30 17:16:50 +0000 |
commit | eb69916c622b69761ce8a8754a492eb90c222643 (patch) | |
tree | f50a31868e9c6b50312d987191c28de5f1754d96 /sys-libs/glibc/glibc-2.17.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-eb69916c622b69761ce8a8754a492eb90c222643.tar.gz gentoo-2-eb69916c622b69761ce8a8754a492eb90c222643.tar.bz2 gentoo-2-eb69916c622b69761ce8a8754a492eb90c222643.zip |
Specify LICENSE more precisely, bug 448132.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-libs/glibc/glibc-2.17.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 85aed10d9395..c832fb15f048 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.2 2012/12/28 19:25:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.3 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" #KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |