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 | f4ba73c60c8c3a0b19a34283cee6947e1a7ea1ec (patch) | |
tree | 4c54fd2260119a400c4a302d578c465971c7d5b6 /games-strategy | |
parent | sdl-mixer needs vorbis (bug #131610) (diff) | |
download | gentoo-2-f4ba73c60c8c3a0b19a34283cee6947e1a7ea1ec.tar.gz gentoo-2-f4ba73c60c8c3a0b19a34283cee6947e1a7ea1ec.tar.bz2 gentoo-2-f4ba73c60c8c3a0b19a34283cee6947e1a7ea1ec.zip |
games_pkg_setup at the end of pkg_setup
(Portage version: 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() { |