diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-29 20:32:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-29 20:32:23 +0000 |
commit | 5b74e79488128e7e568eb492b84da14c048d09f8 (patch) | |
tree | bd5c948144336d739116b08f06b5ff77f8256ff0 /games-util/gamepick | |
parent | Stable on SPARC wrt bug #132213. (diff) | |
download | gentoo-2-5b74e79488128e7e568eb492b84da14c048d09f8.tar.gz gentoo-2-5b74e79488128e7e568eb492b84da14c048d09f8.tar.bz2 gentoo-2-5b74e79488128e7e568eb492b84da14c048d09f8.zip |
Change KEYWORDS to -* until I can figure out what in the hell I was doing with this package and how I broke it.
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'games-util/gamepick')
-rw-r--r-- | games-util/gamepick/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/gamepick/gamepick-0.35.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-util/gamepick/ChangeLog b/games-util/gamepick/ChangeLog index 7883e963d1ad..f11abe62eb88 100644 --- a/games-util/gamepick/ChangeLog +++ b/games-util/gamepick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/gamepick # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.5 2006/05/22 18:01:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/ChangeLog,v 1.6 2006/05/29 20:32:23 wolf31o2 Exp $ + + 29 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> gamepick-0.35.ebuild: + Change KEYWORDS to -* until I can figure out what in the hell I was doing + with this package and how I broke it. *gamepick-0.35 (22 May 2006) diff --git a/games-util/gamepick/gamepick-0.35.ebuild b/games-util/gamepick/gamepick-0.35.ebuild index 0f6e54afd119..9e275bf7d41f 100644 --- a/games-util/gamepick/gamepick-0.35.ebuild +++ b/games-util/gamepick/gamepick-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.1 2006/05/22 18:01:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.35.ebuild,v 1.2 2006/05/29 20:32:23 wolf31o2 Exp $ inherit eutils games @@ -10,7 +10,8 @@ SRC_URI="http://www.rillion.net/gamepick/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +#KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="-*" IUSE="" DEPEND="=x11-libs/gtk+-2*" @@ -18,6 +19,7 @@ DEPEND="=x11-libs/gtk+-2*" src_unpack() { unpack ${A} cd "${S}" + # This needs an updated patch file. It is currently broken. epatch "${FILESDIR}"/${P}-paths.patch sed -i \ -e "s:GAMES_CONFDIR:${GAMES_SYSCONFDIR}:" \ |