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 715E1138239 for ; Thu, 22 Apr 2021 02:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A03E085B; Thu, 22 Apr 2021 02:59:49 +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 5D0A6E085B for ; Thu, 22 Apr 2021 02:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 40EE8341113 for ; Thu, 22 Apr 2021 02:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99FA0744 for ; Thu, 22 Apr 2021 02:59:44 +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: <1619060338.7ece9ac847c4bec633a3a418c382b602388ec5fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fapg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/fapg/fapg-0.43.ebuild X-VCS-Directories: media-sound/fapg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ece9ac847c4bec633a3a418c382b602388ec5fd X-VCS-Branch: master Date: Thu, 22 Apr 2021 02:59:44 +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: f2b1e8da-2dc4-4ad3-9af0-9ebb52561878 X-Archives-Hash: 6fd7b1d1f77f1dcc891f6be0606037f9 commit: 7ece9ac847c4bec633a3a418c382b602388ec5fd Author: Sam James gentoo org> AuthorDate: Thu Apr 22 02:58:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 22 02:58:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ece9ac8 media-sound/fapg: Stabilize 0.43 x86, #784446 Signed-off-by: Sam James gentoo.org> media-sound/fapg/fapg-0.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/fapg/fapg-0.43.ebuild b/media-sound/fapg/fapg-0.43.ebuild index 801676ceef0..4a9a2b3dbe5 100644 --- a/media-sound/fapg/fapg-0.43.ebuild +++ b/media-sound/fapg/fapg-0.43.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="xspf" DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"