diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-27 18:29:06 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-27 18:29:06 +0000 |
commit | 956a431f5d767b6ce3166cc90ad426e7f5fb1809 (patch) | |
tree | 92a488a2352e8dbe36633eb31dbca85da9e83602 /games-arcade | |
parent | Move games_pkg_setup to the end of pkg_setup (diff) | |
download | gentoo-2-956a431f5d767b6ce3166cc90ad426e7f5fb1809.tar.gz gentoo-2-956a431f5d767b6ce3166cc90ad426e7f5fb1809.tar.bz2 gentoo-2-956a431f5d767b6ce3166cc90ad426e7f5fb1809.zip |
Move games_pkg_setup to the end of pkg_setup
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/pycadia/pycadia-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/pycadia/pycadia-0.5.1.ebuild b/games-arcade/pycadia/pycadia-0.5.1.ebuild index e4e434bac8ac..843ac3a6924b 100644 --- a/games-arcade/pycadia/pycadia-0.5.1.ebuild +++ b/games-arcade/pycadia/pycadia-0.5.1.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-arcade/pycadia/pycadia-0.5.1.ebuild,v 1.9 2006/04/13 20:13:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pycadia/pycadia-0.5.1.ebuild,v 1.10 2006/09/27 18:29:06 nyhm Exp $ inherit games @@ -19,7 +19,6 @@ DEPEND=">=dev-python/pygame-1.5.5 S=${WORKDIR}/${PN} pkg_setup() { - games_pkg_setup # bug #101464 if has_version '<dev-python/pygtk-2.8.0-r2' ; then if ! built_with_use dev-python/pygtk gnome ; then @@ -27,6 +26,7 @@ pkg_setup() { die "Please emerge dev-python/pygtk with USE=gnome" fi fi + games_pkg_setup } src_unpack() { |