diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 04:52:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 04:52:10 +0000 |
commit | 63c4d24acf0198c1b04ac4a09bf7c2646727e99f (patch) | |
tree | b4421c0bafb11ffe7a64437be492cb084648b66d /games-action | |
parent | version bump; clean old (diff) | |
download | gentoo-2-63c4d24acf0198c1b04ac4a09bf7c2646727e99f.tar.gz gentoo-2-63c4d24acf0198c1b04ac4a09bf7c2646727e99f.tar.bz2 gentoo-2-63c4d24acf0198c1b04ac4a09bf7c2646727e99f.zip |
EAPI=2; add back dropped ppc keyword
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/chromium/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/chromium/chromium-0.9.13.3.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-action/chromium/ChangeLog b/games-action/chromium/ChangeLog index 5a71fb518e0b..b61659b206a9 100644 --- a/games-action/chromium/ChangeLog +++ b/games-action/chromium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/chromium -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.30 2008/11/30 22:12:39 scarabeus Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.31 2009/01/29 04:52:10 mr_bones_ Exp $ + + 29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + chromium-0.9.13.3.ebuild: + EAPI=2; add back dropped ppc keyword *chromium-0.9.13.3 (30 Nov 2008) diff --git a/games-action/chromium/chromium-0.9.13.3.ebuild b/games-action/chromium/chromium-0.9.13.3.ebuild index 28dd4d6a0cf8..7b191cdc4489 100644 --- a/games-action/chromium/chromium-0.9.13.3.ebuild +++ b/games-action/chromium/chromium-0.9.13.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.13.3.ebuild,v 1.2 2008/12/06 15:03:38 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.13.3.ebuild,v 1.3 2009/01/29 04:52:10 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Chromium B.S.U. - an arcade game" @@ -10,7 +11,7 @@ SRC_URI="mirror://sourceforge/chromium-bsu/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="mixer sdl" DEPEND="media-fonts/dejavu @@ -24,9 +25,8 @@ DEPEND="media-fonts/dejavu media-libs/openal ) sdl? ( media-libs/libsdl ) !sdl? ( virtual/glut )" -RDEPEND="${DEPEND}" -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ --with-font-path="/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf" \ @@ -34,8 +34,6 @@ src_compile() { $(use_enable !mixer openal) \ $(use_enable sdl) \ $(use_enable !sdl glut) - - emake || die "make failed" } src_install() { |