Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-editors/ghex/
Date: Tue, 27 Sep 2011 18:16:19
Message-Id: ea4a411b43f85fac442e56b6473842ef4b89b117.tetromino@gentoo
1 commit: ea4a411b43f85fac442e56b6473842ef4b89b117
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 18:15:26 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 18:15:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ea4a411b
7
8 app-editors/ghex: drop keywords on live ebuild
9
10 ---
11 app-editors/ghex/ghex-9999.ebuild | 6 +++++-
12 1 files changed, 5 insertions(+), 1 deletions(-)
13
14 diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild
15 index 4632491..325daf4 100644
16 --- a/app-editors/ghex/ghex-9999.ebuild
17 +++ b/app-editors/ghex/ghex-9999.ebuild
18 @@ -16,7 +16,11 @@ HOMEPAGE="http://www.gnome.org/"
19
20 LICENSE="GPL-2 FDL-1.1"
21 SLOT="2"
22 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
23 +if [[ ${PV} = 9999 ]]; then
24 + KEYWORDS=""
25 +else
26 + KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
27 +fi
28 IUSE=""
29
30 RDEPEND=">=dev-libs/glib-2.26:2