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 55FD1158094 for ; Mon, 25 Jul 2022 18:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF47E0E77; Mon, 25 Jul 2022 18:23:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1C8E8E0E77 for ; Mon, 25 Jul 2022 18:23:57 +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 01299340E9B for ; Mon, 25 Jul 2022 18:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60A7654D for ; Mon, 25 Jul 2022 18:23:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1658773405.db8e8b8a716d4032b5414e2e1530b8525bba7e31.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mxml/mxml-3.3.1.ebuild X-VCS-Directories: dev-libs/mxml/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: db8e8b8a716d4032b5414e2e1530b8525bba7e31 X-VCS-Branch: master Date: Mon, 25 Jul 2022 18:23: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: 90145d6e-c90a-4da9-89e6-a7457ecd8235 X-Archives-Hash: 65b59405490a7a7845b483891ce85d78 commit: db8e8b8a716d4032b5414e2e1530b8525bba7e31 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Jul 25 18:23:25 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 25 18:23:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8e8b8a dev-libs/mxml: amd64 stable Closes: https://bugs.gentoo.org/860804 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/mxml/mxml-3.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mxml/mxml-3.3.1.ebuild b/dev-libs/mxml/mxml-3.3.1.ebuild index 25fe352014f8..e7c70782ab52 100644 --- a/dev-libs/mxml/mxml-3.3.1.ebuild +++ b/dev-libs/mxml/mxml-3.3.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="Mini-XML" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="static-libs threads" BDEPEND="virtual/pkgconfig"