From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 634D7139085 for ; Wed, 28 Dec 2016 17:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB60521C06A; Wed, 28 Dec 2016 17:35:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A76C821C06A for ; Wed, 28 Dec 2016 17:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C74673413AD for ; Wed, 28 Dec 2016 17:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A2E24E5 for ; Wed, 28 Dec 2016 17:35:10 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1482946492.98b5d763802a50d6e8a7e0564df0b34c43d842d3.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.166.ebuild dev-libs/elfutils/elfutils-0.167.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 98b5d763802a50d6e8a7e0564df0b34c43d842d3 X-VCS-Branch: master Date: Wed, 28 Dec 2016 17:35:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25dc2f4c-fe92-461a-99de-9126f25b32b7 X-Archives-Hash: 2df1f3d660c8ae16b8d06c9c76ae0f93 commit: 98b5d763802a50d6e8a7e0564df0b34c43d842d3 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 28 17:33:14 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 28 17:34:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b5d763 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/ dev-libs/elfutils/elfutils-0.166.ebuild | 2 +- 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 464bf92..1a73751 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 d15b366..7c6f938 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"