diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-28 12:33:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-28 12:34:52 -0500 |
commit | 98b5d763802a50d6e8a7e0564df0b34c43d842d3 (patch) | |
tree | de63bead6fc05809bf9ae7741e39da4d2a8e8602 /dev-libs/elfutils | |
parent | dev-libs/elfutils: drop old <0.166 versions (diff) | |
download | gentoo-98b5d763802a50d6e8a7e0564df0b34c43d842d3.tar.gz gentoo-98b5d763802a50d6e8a7e0564df0b34c43d842d3.tar.bz2 gentoo-98b5d763802a50d6e8a7e0564df0b34c43d842d3.zip |
dev-libs/elfutils: update LICENSE to reflect upstream changes
This changed a while ago. See:
https://lists.fedorahosted.org/archives/list/elfutils-devel@lists.fedorahosted.org/message/7CYLJHHH6U7YXHBVWFCYTUGWUSNMM63E/
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.166.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.167.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/elfutils/elfutils-0.166.ebuild b/dev-libs/elfutils/elfutils-0.166.ebuild index 464bf92d94b4..1a73751e276b 100644 --- a/dev-libs/elfutils/elfutils-0.166.ebuild +++ b/dev-libs/elfutils/elfutils-0.166.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for HOMEPAGE="https://fedorahosted.org/elfutils/" SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2" -LICENSE="GPL-2-with-exceptions" +LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="bzip2 lzma nls static-libs test +threads +utils" diff --git a/dev-libs/elfutils/elfutils-0.167.ebuild b/dev-libs/elfutils/elfutils-0.167.ebuild index d15b366b1d23..7c6f9386ab25 100644 --- a/dev-libs/elfutils/elfutils-0.167.ebuild +++ b/dev-libs/elfutils/elfutils-0.167.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for HOMEPAGE="https://fedorahosted.org/elfutils/" SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2" -LICENSE="GPL-2-with-exceptions" +LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="bzip2 lzma nls static-libs test +threads +utils" |