diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-28 21:25:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-28 21:25:46 +0000 |
commit | 717895ffee0691982fa592946afa80a33a0101ce (patch) | |
tree | 57a94d24a42ae988f5fb652e442f830eb8a5d35c /games-strategy | |
parent | sdl-mixer needs vorbis (bug #131610) (diff) | |
download | historical-717895ffee0691982fa592946afa80a33a0101ce.tar.gz historical-717895ffee0691982fa592946afa80a33a0101ce.tar.bz2 historical-717895ffee0691982fa592946afa80a33a0101ce.zip |
games_pkg_setup at the end of pkg_setup
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freelords/freelords-0.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freelords/freelords-0.3.7.ebuild b/games-strategy/freelords/freelords-0.3.7.ebuild index 687438471f43..8f5d165da4b3 100644 --- a/games-strategy/freelords/freelords-0.3.7.ebuild +++ b/games-strategy/freelords/freelords-0.3.7.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-strategy/freelords/freelords-0.3.7.ebuild,v 1.3 2006/04/17 13:27:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.7.ebuild,v 1.4 2006/04/28 21:25:46 mr_bones_ Exp $ inherit eutils games @@ -26,10 +26,10 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - games_pkg_setup if ! built_with_use -o media-libs/sdl-mixer vorbis oggvorbis ; then die "Please emerge sdlmixer with USE=vorbis" fi + games_pkg_setup } src_unpack() { |