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 DE0E1139337 for ; Mon, 2 Aug 2021 03:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B596E09E0; Mon, 2 Aug 2021 03:22:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DDED0E09E0 for ; Mon, 2 Aug 2021 03:22:13 +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 90B3034355C for ; Mon, 2 Aug 2021 03:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 231C98B3 for ; Mon, 2 Aug 2021 03:22:09 +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: <1627874448.516ddca14a04511cd8f84693f27cb1c74b7de759.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gtk3/Gtk3-0.38.0.ebuild X-VCS-Directories: dev-perl/Gtk3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 516ddca14a04511cd8f84693f27cb1c74b7de759 X-VCS-Branch: master Date: Mon, 2 Aug 2021 03:22:09 +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: a0524ffd-daff-47b0-b478-bf4a6c43e93f X-Archives-Hash: 4e1d35c15406ea9821fdf8950f74d295 commit: 516ddca14a04511cd8f84693f27cb1c74b7de759 Author: Sam James gentoo org> AuthorDate: Mon Aug 2 03:20:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 2 03:20:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ddca1 dev-perl/Gtk3: Stabilize 0.38.0 amd64, #805830 Signed-off-by: Sam James gentoo.org> dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild index fe4650b300c..87390c75029 100644 --- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild +++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module virtualx DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )"