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 DC14015800F for ; Tue, 31 Jan 2023 15:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C4E1E0C86; Tue, 31 Jan 2023 15:17:45 +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 5E431E0C7C for ; Tue, 31 Jan 2023 15:17:45 +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 70EA0340D83 for ; Tue, 31 Jan 2023 15:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 044EE89F for ; Tue, 31 Jan 2023 15:17:41 +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: <1675178129.ff3fccd7e696141a36462671ae2e2850bdffd160.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/metee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/metee/metee-3.1.4.ebuild X-VCS-Directories: dev-libs/metee/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ff3fccd7e696141a36462671ae2e2850bdffd160 X-VCS-Branch: master Date: Tue, 31 Jan 2023 15:17: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: a29d267a-28b7-4a04-b0d5-1e37e8aa70a1 X-Archives-Hash: d0919f2e70306cc315e1badc5f1c2cc8 commit: ff3fccd7e696141a36462671ae2e2850bdffd160 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Jan 31 03:18:13 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jan 31 15:15:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3fccd7 dev-libs/metee: amd64 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/metee/metee-3.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/metee/metee-3.1.4.ebuild b/dev-libs/metee/metee-3.1.4.ebuild index 5ef352b317b4..08c70f405d1f 100644 --- a/dev-libs/metee/metee-3.1.4.ebuild +++ b/dev-libs/metee/metee-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc" BDEPEND="doc? ( app-doc/doxygen )"