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 D5020158090 for ; Thu, 5 May 2022 03:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E38E07F9; Thu, 5 May 2022 03:01:04 +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 32D9BE07F9 for ; Thu, 5 May 2022 03:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 230703414AF for ; Thu, 5 May 2022 03:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A633450 for ; Thu, 5 May 2022 03:01:00 +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: <1651719619.e43ef7e4f2dcfc1385ce654c6bdc290e7412bac1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xapp/xapp-2.2.8.ebuild X-VCS-Directories: x11-libs/xapp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e43ef7e4f2dcfc1385ce654c6bdc290e7412bac1 X-VCS-Branch: master Date: Thu, 5 May 2022 03:01:00 +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: 5881e09c-a780-4570-8dea-e0d21b3b8a2f X-Archives-Hash: 247773a99f7222c76f81131388db9d43 commit: e43ef7e4f2dcfc1385ce654c6bdc290e7412bac1 Author: Sam James gentoo org> AuthorDate: Thu May 5 03:00:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 5 03:00:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43ef7e4 x11-libs/xapp: Stabilize 2.2.8 amd64, #841614 Signed-off-by: Sam James gentoo.org> x11-libs/xapp/xapp-2.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xapp/xapp-2.2.8.ebuild b/x11-libs/xapp/xapp-2.2.8.ebuild index 48803592d1e1..ded45b5673ff 100644 --- a/x11-libs/xapp/xapp-2.2.8.ebuild +++ b/x11-libs/xapp/xapp-2.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/linuxmint/xapp/" LICENSE="GPL-3" SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" SLOT="0" IUSE="gtk-doc introspection static-libs"