diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-12 18:23:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-12 20:14:26 -0400 |
commit | 570b21c39714fd31215ec40838cf3bf49daa0628 (patch) | |
tree | 451aa690e9863c65bd682bcd3210cd604dce41e4 /sys-devel/gettext/gettext-0.19.6.ebuild | |
parent | profiles: add ELIBC=bionic settings (diff) | |
download | gentoo-570b21c39714fd31215ec40838cf3bf49daa0628.tar.gz gentoo-570b21c39714fd31215ec40838cf3bf49daa0628.tar.bz2 gentoo-570b21c39714fd31215ec40838cf3bf49daa0628.zip |
sys-devel/gettext: fix LICENSE setting to reflect source
Diffstat (limited to 'sys-devel/gettext/gettext-0.19.6.ebuild')
-rw-r--r-- | sys-devel/gettext/gettext-0.19.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.19.6.ebuild b/sys-devel/gettext/gettext-0.19.6.ebuild index c024c12229fe..dd7cde56bd77 100644 --- a/sys-devel/gettext/gettext-0.19.6.ebuild +++ b/sys-devel/gettext/gettext-0.19.6.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-2" +LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl" |