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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E9C1158094 for ; Mon, 19 Sep 2022 03:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A02E08A2; Mon, 19 Sep 2022 03:28:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F885E08A8 for ; Mon, 19 Sep 2022 03:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 966FB340C98 for ; Mon, 19 Sep 2022 03:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CAAE5DD for ; Mon, 19 Sep 2022 03:28:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663558103.854bcd389f036ffc4c6081842c3d8136fada8da0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.32-r1.ebuild sys-apps/coreutils/coreutils-9.0-r2.ebuild sys-apps/coreutils/coreutils-9.1-r1.ebuild sys-apps/coreutils/coreutils-9.1.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 854bcd389f036ffc4c6081842c3d8136fada8da0 X-VCS-Branch: master Date: Mon, 19 Sep 2022 03:28:34 +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: ed340203-1cce-4565-b7d8-af9f0fbfea06 X-Archives-Hash: 93871705ebb0c44fea7292ba88ed511d commit: 854bcd389f036ffc4c6081842c3d8136fada8da0 Author: Sam James gentoo org> AuthorDate: Mon Sep 19 03:21:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 19 03:28:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854bcd38 sys-apps/coreutils: fix LICENSE Closes: https://bugs.gentoo.org/871327 Signed-off-by: Sam James gentoo.org> sys-apps/coreutils/coreutils-8.32-r1.ebuild | 4 ++-- sys-apps/coreutils/coreutils-9.0-r2.ebuild | 2 +- sys-apps/coreutils/coreutils-9.1-r1.ebuild | 2 +- sys-apps/coreutils/coreutils-9.1.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 1a139279ad85..16c4445f3ae3 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ) " -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test vanilla xattr" diff --git a/sys-apps/coreutils/coreutils-9.0-r2.ebuild b/sys-apps/coreutils/coreutils-9.0-r2.ebuild index e55e9bf82f73..f759f70394f0 100644 --- a/sys-apps/coreutils/coreutils-9.0-r2.ebuild +++ b/sys-apps/coreutils/coreutils-9.0-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ) verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test vanilla xattr" diff --git a/sys-apps/coreutils/coreutils-9.1-r1.ebuild b/sys-apps/coreutils/coreutils-9.1-r1.ebuild index 4594d9dae0bb..09f9e649bfa8 100644 --- a/sys-apps/coreutils/coreutils-9.1-r1.ebuild +++ b/sys-apps/coreutils/coreutils-9.1-r1.ebuild @@ -31,7 +31,7 @@ fi SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test vanilla xattr" RESTRICT="!test? ( test )" diff --git a/sys-apps/coreutils/coreutils-9.1.ebuild b/sys-apps/coreutils/coreutils-9.1.ebuild index 7b78b8fa9d13..f91b65f9f59f 100644 --- a/sys-apps/coreutils/coreutils-9.1.ebuild +++ b/sys-apps/coreutils/coreutils-9.1.ebuild @@ -27,7 +27,7 @@ fi SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test vanilla xattr" RESTRICT="!test? ( test )"