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 B6BC4158094 for ; Mon, 27 Jun 2022 17:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F29D1E079E; Mon, 27 Jun 2022 17:40:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBAEFE079E for ; Mon, 27 Jun 2022 17:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B00234135D for ; Mon, 27 Jun 2022 17:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DBA3456 for ; Mon, 27 Jun 2022 17:40:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1656351530.aa865cf5c5ac17e56e7d4e63b645231f6b741717.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aa865cf5c5ac17e56e7d4e63b645231f6b741717 X-VCS-Branch: master Date: Mon, 27 Jun 2022 17:40:21 +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: 2b812656-a7ce-426a-b268-ac4edb3b96c2 X-Archives-Hash: 209be8fe28a8ad25a2d379d2ae119d9a commit: aa865cf5c5ac17e56e7d4e63b645231f6b741717 Author: Sergey Ilinykh gmail com> AuthorDate: Mon Jun 27 17:18:12 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 27 17:38:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa865cf5 net-im/psi: add license all-rights-reserved with USE=iconsets Signed-off-by: Sergei Ilinykh gmail.com> Closes: https://bugs.gentoo.org/511462 Signed-off-by: Ulrich Müller gentoo.org> net-im/psi/psi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 64f2fd8a4875..6dc0701912e8 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -17,7 +17,7 @@ EGIT_REPO_URI="${PSI_URI}/${PN}.git" PSI_LANGS_URI="${PSI_URI}/psi-l10n.git" PSI_PLUS_LANGS_URI="${PSI_PLUS_URI}/psi-plus-l10n.git" EGIT_MIN_CLONE_TYPE="single" -LICENSE="GPL-2" +LICENSE="GPL-2 iconsets? ( all-rights-reserved )" SLOT="0" KEYWORDS="" IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets keyring webengine xscreensaver"