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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02E481382C5 for ; Wed, 2 Jun 2021 08:18:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59710E0874; Wed, 2 Jun 2021 08:18:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40927E0874 for ; Wed, 2 Jun 2021 08:18:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B3D8340E50 for ; Wed, 2 Jun 2021 08:18:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97D7C5C4 for ; Wed, 2 Jun 2021 08:18:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1622621878.fa4eb99842c3b7e623d16bb9515773103bef7e6c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild X-VCS-Directories: media-gfx/ahoviewer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fa4eb99842c3b7e623d16bb9515773103bef7e6c X-VCS-Branch: master Date: Wed, 2 Jun 2021 08:18:06 +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: af44a161-84bb-47ea-a0a7-a904a01113f1 X-Archives-Hash: 5621a33476d9b04e3a42612861855bae commit: fa4eb99842c3b7e623d16bb9515773103bef7e6c Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 2 08:08:38 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 2 08:17:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4eb998 media-gfx/ahoviewer: stabilize 2.0.0_beta on x86 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild index 87f344f7cc5..fdeec81134c 100644 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild +++ b/media-gfx/ahoviewer/ahoviewer-2.0.0_beta.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/refs/tags/${MY_PV}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="gnome-keyring gnutls +gstreamer plugins +rar +ssl +zip" DEPEND="dev-cpp/glibmm:=