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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5DCD15800A for ; Wed, 23 Aug 2023 21:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C72B2BC01B; Wed, 23 Aug 2023 21:53:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BF052BC01B for ; Wed, 23 Aug 2023 21:53:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AC643412AE for ; Wed, 23 Aug 2023 21:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE401069 for ; Wed, 23 Aug 2023 21:53:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1692827587.33f53d4b870ac46ec2ac3035a9cb8b5e5747578f.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild X-VCS-Directories: sys-apps/gentoo-functions/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 33f53d4b870ac46ec2ac3035a9cb8b5e5747578f X-VCS-Branch: master Date: Wed, 23 Aug 2023 21:53:13 +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: c27eacba-9291-40eb-b201-07496d17f357 X-Archives-Hash: 272c35fd364bbcac4796413374cec1d4 commit: 33f53d4b870ac46ec2ac3035a9cb8b5e5747578f Author: William Hubbs gentoo org> AuthorDate: Wed Aug 23 21:51:45 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 23 21:53:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f53d4b sys-apps/gentoo-functions: update LICENSE Closes: https://bugs.gentoo.org/912807 Signed-off-by: William Hubbs gentoo.org> sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild index 39769eaa9170..51827ac19e65 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.19.ebuild @@ -16,7 +16,7 @@ inherit toolchain-funcs flag-o-matic DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" -LICENSE="GPL-2" +LICENSE="GPL-2 public-domain" SLOT="0" # Specifically needs GNU find, as well.