diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-09-27 18:24:43 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-09-27 18:24:43 +0000 |
commit | 5b784d2bd58900edec84ca333e2cd7d4b6473147 (patch) | |
tree | 1df3f58311ae2e96578fa1e75807b9fe8627d8b8 /games-action/powermanga/powermanga-0.80.ebuild | |
parent | Removing the shipped libssl version, since it is vulnerable to RSA forgery. ... (diff) | |
download | historical-5b784d2bd58900edec84ca333e2cd7d4b6473147.tar.gz historical-5b784d2bd58900edec84ca333e2cd7d4b6473147.tar.bz2 historical-5b784d2bd58900edec84ca333e2cd7d4b6473147.zip |
Move games_pkg_setup to the end of pkg_setup
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'games-action/powermanga/powermanga-0.80.ebuild')
-rw-r--r-- | games-action/powermanga/powermanga-0.80.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/powermanga/powermanga-0.80.ebuild b/games-action/powermanga/powermanga-0.80.ebuild index 986bd065cb1f..a10ed2ff3f03 100644 --- a/games-action/powermanga/powermanga-0.80.ebuild +++ b/games-action/powermanga/powermanga-0.80.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-action/powermanga/powermanga-0.80.ebuild,v 1.3 2006/09/20 16:44:40 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.80.ebuild,v 1.4 2006/09/27 18:24:43 nyhm Exp $ inherit games @@ -17,11 +17,11 @@ DEPEND=">=media-libs/libsdl-0.11.0 media-libs/sdl-mixer" pkg_setup() { - games_pkg_setup if ! built_with_use media-libs/sdl-mixer mikmod ; then eerror "${PN} needs sdl-mixer compiled with mikmod use-flag enabled!" die "sdl-mixer without mikmod detected" fi + games_pkg_setup } src_unpack() { |