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 9B263138359 for ; Tue, 25 Aug 2020 15:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50F5E0905; Tue, 25 Aug 2020 15:22:26 +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 A6802E0905 for ; Tue, 25 Aug 2020 15:22:26 +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 52835335DB6 for ; Tue, 25 Aug 2020 15:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB6F132A for ; Tue, 25 Aug 2020 15:22:23 +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: <1598368689.38547f649a1ebb89248223140cd9bda0ebaa81ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-0.8.1.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38547f649a1ebb89248223140cd9bda0ebaa81ef X-VCS-Branch: master Date: Tue, 25 Aug 2020 15:22:23 +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: e3ebff99-745e-49fe-9cf3-7f57547040a0 X-Archives-Hash: d10cbecc66212fe4367e2ab07c9924fa commit: 38547f649a1ebb89248223140cd9bda0ebaa81ef Author: Sam James gentoo org> AuthorDate: Tue Aug 25 15:18:09 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 25 15:18:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38547f64 media-video/gpac: Stabilize 0.8.1 amd64, #711262 Signed-off-by: Sam James gentoo.org> media-video/gpac/gpac-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/gpac/gpac-0.8.1.ebuild b/media-video/gpac/gpac-0.8.1.ebuild index cf3ab2036d5..dc1db107fff 100644 --- a/media-video/gpac/gpac-0.8.1.ebuild +++ b/media-video/gpac/gpac-0.8.1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/gpac/gpac" else SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc x86" + KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86" fi inherit flag-o-matic toolchain-funcs ${SCM}