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 8D6BB158012 for ; Mon, 12 Sep 2022 16:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9ED2E0998; Mon, 12 Sep 2022 16:01:43 +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 BF879E0998 for ; Mon, 12 Sep 2022 16:01:43 +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 D6AF9340CCE for ; Mon, 12 Sep 2022 16:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9E25DB for ; Mon, 12 Sep 2022 16:01:40 +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: <1662998474.f0a487b98388b73fd7f4f6ecb8d11587cce83a59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libnotify/libnotify-0.8.1.ebuild X-VCS-Directories: x11-libs/libnotify/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0a487b98388b73fd7f4f6ecb8d11587cce83a59 X-VCS-Branch: master Date: Mon, 12 Sep 2022 16:01:40 +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: 5628a0f0-653c-4b5b-839c-f8289ecb14df X-Archives-Hash: ec2db8bde0f33cfd0c82b73eac232d5b commit: f0a487b98388b73fd7f4f6ecb8d11587cce83a59 Author: Sam James gentoo org> AuthorDate: Mon Sep 12 16:01:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 12 16:01:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a487b9 x11-libs/libnotify: Stabilize 0.8.1 x86, #868606 Signed-off-by: Sam James gentoo.org> x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild b/x11-libs/libnotify/libnotify-0.8.1.ebuild index 62d9db2a13c8..1dbf436afcd6 100644 --- a/x11-libs/libnotify/libnotify-0.8.1.ebuild +++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )"