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 C87BD1382C5 for ; Sun, 27 Dec 2020 22:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8D61E0BAF; Sun, 27 Dec 2020 22:39:58 +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 C18BEE0BAF for ; Sun, 27 Dec 2020 22:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DBABE3412B0 for ; Sun, 27 Dec 2020 22:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4187A46B for ; Sun, 27 Dec 2020 22:39:55 +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: <1609108751.934a501daa3f66870d7839e584e31d91107489a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/confuse/confuse-3.3.ebuild X-VCS-Directories: dev-libs/confuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 934a501daa3f66870d7839e584e31d91107489a4 X-VCS-Branch: master Date: Sun, 27 Dec 2020 22:39:55 +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: 48d8a39d-06ff-4875-96c1-2cee865586f9 X-Archives-Hash: eac09d331b7d2c99eda31ab1365ca616 commit: 934a501daa3f66870d7839e584e31d91107489a4 Author: Sam James gentoo org> AuthorDate: Sun Dec 27 22:39:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 22:39:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934a501d dev-libs/confuse: Stabilize 3.3 amd64, #761978 Signed-off-by: Sam James gentoo.org> dev-libs/confuse/confuse-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild index b1d52d81016..a3bac4d0216 100644 --- a/dev-libs/confuse/confuse-3.3.ebuild +++ b/dev-libs/confuse/confuse-3.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar LICENSE="ISC" SLOT="0/2.1.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="nls static-libs"