From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R8cCZ-0002Je-Ah for garchives@archives.gentoo.org; Tue, 27 Sep 2011 18:16:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF9521C261; Tue, 27 Sep 2011 18:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD8FA21C261 for ; Tue, 27 Sep 2011 18:16:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 218E71B4007 for ; Tue, 27 Sep 2011 18:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7D64980042 for ; Tue, 27 Sep 2011 18:16:10 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-editors/ghex/ X-VCS-Repository: proj/gnome X-VCS-Files: app-editors/ghex/ghex-9999.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: ea4a411b43f85fac442e56b6473842ef4b89b117 Date: Tue, 27 Sep 2011 18:16: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8a16fbc9059a76a228e3046a62633b55 commit: ea4a411b43f85fac442e56b6473842ef4b89b117 Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Sep 27 18:15:26 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Sep 27 18:15:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dea4a411b app-editors/ghex: drop keywords on live ebuild --- app-editors/ghex/ghex-9999.ebuild | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-99= 99.ebuild index 4632491..325daf4 100644 --- a/app-editors/ghex/ghex-9999.ebuild +++ b/app-editors/ghex/ghex-9999.ebuild @@ -16,7 +16,11 @@ HOMEPAGE=3D"http://www.gnome.org/" =20 LICENSE=3D"GPL-2 FDL-1.1" SLOT=3D"2" -KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux= " +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linu= x" +fi IUSE=3D"" =20 RDEPEND=3D">=3Ddev-libs/glib-2.26:2