From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 414F2138272 for ; Thu, 26 May 2016 11:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 625BE1428F; Thu, 26 May 2016 11:42:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01F241428F for ; Thu, 26 May 2016 11:42:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33FC8340AF3 for ; Thu, 26 May 2016 11:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E6C87B for ; Thu, 26 May 2016 11:42:17 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464262933.8f0819fd59e045c2576340dd053052c2b0c60308.klausman@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.5.2.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8f0819fd59e045c2576340dd053052c2b0c60308 X-VCS-Branch: master Date: Thu, 26 May 2016 11:42:17 +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-Archives-Salt: 009733eb-dd37-40db-84cf-a676e6667544 X-Archives-Hash: dc6e248330fecb50dd7f83a5433aad2d commit: 8f0819fd59e045c2576340dd053052c2b0c60308 Author: Tobias Klausmann gentoo org> AuthorDate: Thu May 26 11:41:11 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu May 26 11:42:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0819fd media-video/gpac-0.5.2-r0: add alpha keyword Gentoo-Bug: 575308 Package-Manager: portage-2.3.0_rc1 media-video/gpac/gpac-0.5.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/gpac/gpac-0.5.2.ebuild b/media-video/gpac/gpac-0.5.2.ebuild index 0f6f6b0..31467af 100644 --- a/media-video/gpac/gpac-0.5.2.ebuild +++ b/media-video/gpac/gpac-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,10 +7,10 @@ EAPI=4 if [[ ${PV} == *9999 ]] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/gpac/gpac" - KEYWORDS="" + KEYWORDS="alpha" else SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" + KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}