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 48425158089 for ; Thu, 26 Oct 2023 12:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA3E2BC09C; Thu, 26 Oct 2023 12:49:46 +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 125E92BC098 for ; Thu, 26 Oct 2023 12:49:46 +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 2B0BD335C5D for ; Thu, 26 Oct 2023 12:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6ACB12D5 for ; Thu, 26 Oct 2023 12:49:41 +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: <1698324494.e782dbf0a22c9fdce45499552807a96a01b913ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild X-VCS-Directories: sys-libs/libsmbios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e782dbf0a22c9fdce45499552807a96a01b913ae X-VCS-Branch: master Date: Thu, 26 Oct 2023 12:49:41 +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: 136e9d28-7b70-45e4-a20f-4a590c6ce610 X-Archives-Hash: 7b43f772251c494d1e90a636bdb3b0e8 commit: e782dbf0a22c9fdce45499552807a96a01b913ae Author: Sam James gentoo org> AuthorDate: Thu Oct 26 12:47:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 26 12:48:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e782dbf0 sys-libs/libsmbios: Stabilize 2.4.3-r1 amd64, #916284 Signed-off-by: Sam James gentoo.org> sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild index e1bb901b8e36..9da8fc96fa16 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.3-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2+ OSL-2.1 ) BSD Boost-1.0" SLOT="0" -KEYWORDS="-* ~amd64 ~ia64 ~x86" +KEYWORDS="-* amd64 ~ia64 ~x86" IUSE="doc graphviz nls +python static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} )"