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 4EBFE1382C5 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 5D519E0875; Wed, 2 Jun 2021 08:18:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 413E4E0875 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 70A5D340E5B 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 D214379F 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: <1622621879.7423ddde6e2032e313ec440d6ab73572a812c50b.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: 7423ddde6e2032e313ec440d6ab73572a812c50b 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: 9ce4301f-9ce9-4b41-95e4-c09518e9155f X-Archives-Hash: 029474a2d040b0aef52f5bf84723431d commit: 7423ddde6e2032e313ec440d6ab73572a812c50b Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 2 08:17:37 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 2 08:17:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7423ddde media-gfx/ahoviewer: stabilize 2.0.0_beta on amd64 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 fdeec81134c..a1ed34a9932 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:=