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 81E2E138CCF for ; Wed, 13 May 2015 22:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B4EE0896; Wed, 13 May 2015 22:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21150E0896 for ; Wed, 13 May 2015 22:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 236FD3409EC for ; Wed, 13 May 2015 22:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A786D9CD for ; Wed, 13 May 2015 22:22:10 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431555725.2b2a6436c0877c32c7f5093887b1a1583bcffde8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/sound-juicer/sound-juicer-3.16.1.ebuild media-sound/sound-juicer/sound-juicer-9999.ebuild X-VCS-Directories: media-sound/sound-juicer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2b2a6436c0877c32c7f5093887b1a1583bcffde8 X-VCS-Branch: master Date: Wed, 13 May 2015 22:22:10 +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: 60683899-e5a6-492b-bbce-8d00f41d3eb0 X-Archives-Hash: 0786afe4f1a59048499b38572cb5d5f6 commit: 2b2a6436c0877c32c7f5093887b1a1583bcffde8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed May 13 22:22:05 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed May 13 22:22:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2b2a6436 media-sound/sound-juicer: fix keywords media-sound/sound-juicer/sound-juicer-3.16.1.ebuild | 2 +- media-sound/sound-juicer/sound-juicer-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild b/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild index eabd252..e080dd3 100644 --- a/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild +++ b/media-sound/sound-juicer/sound-juicer-3.16.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="flac test vorbis" COMMON_DEPEND=" diff --git a/media-sound/sound-juicer/sound-juicer-9999.ebuild b/media-sound/sound-juicer/sound-juicer-9999.ebuild index f12f149..294b8ed 100644 --- a/media-sound/sound-juicer/sound-juicer-9999.ebuild +++ b/media-sound/sound-juicer/sound-juicer-9999.ebuild @@ -18,7 +18,7 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + KEYWORDS=" ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi IUSE="flac test vorbis"