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 C7A2F138335 for ; Sun, 4 Aug 2019 10:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB54E0878; Sun, 4 Aug 2019 10:29:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDEC2E0878 for ; Sun, 4 Aug 2019 10:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3050F3497FC for ; Sun, 4 Aug 2019 10:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E29F64D4 for ; Sun, 4 Aug 2019 10:29:36 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1564914546.ba24b2cdfcec51b4f16a083dfabf5e4c2c37ec62.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/libgudev-232.ebuild dev-libs/libgudev/libgudev-233.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ba24b2cdfcec51b4f16a083dfabf5e4c2c37ec62 X-VCS-Branch: master Date: Sun, 4 Aug 2019 10:29:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa171a08-e0ac-4a8b-a3d4-17b58be92500 X-Archives-Hash: 1f739ba1c543feb576e1b65109d5f424 commit: ba24b2cdfcec51b4f16a083dfabf5e4c2c37ec62 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 3 18:17:50 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 4 10:29:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba24b2cd dev-libs/libgudev: fix LICENSE Actually all the library source files are LGPL-2+, but the COPYING file is from 2.1, and some test file is 2.1+ too. As no-one cares about LGPL-2, just keeping it as LGPL-2, with the added "or later" plus sign. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libgudev/libgudev-232.ebuild | 4 ++-- dev-libs/libgudev/libgudev-233.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgudev/libgudev-232.ebuild b/dev-libs/libgudev/libgudev-232.ebuild index 738cfa2faaf..600d6061721 100644 --- a/dev-libs/libgudev/libgudev-232.ebuild +++ b/dev-libs/libgudev/libgudev-232.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit gnome2 multilib-minimal DESCRIPTION="GObject bindings for libudev" HOMEPAGE="https://wiki.gnome.org/Projects/libgudev" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0/0" KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="introspection static-libs" diff --git a/dev-libs/libgudev/libgudev-233.ebuild b/dev-libs/libgudev/libgudev-233.ebuild index b400b262ae2..350bd518580 100644 --- a/dev-libs/libgudev/libgudev-233.ebuild +++ b/dev-libs/libgudev/libgudev-233.ebuild @@ -8,7 +8,7 @@ inherit gnome2 multilib-minimal DESCRIPTION="GObject bindings for libudev" HOMEPAGE="https://wiki.gnome.org/Projects/libgudev" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0/0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="introspection static-libs"