diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-25 22:04:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-25 22:04:51 +0000 |
commit | 5963f74ace4ef0043fa0f662617dba9737eb23ad (patch) | |
tree | 5d3c0f954ae2413c98287636bf75f770619bc645 /games-arcade/tecnoballz | |
parent | EAPI=2; tidy (diff) | |
download | gentoo-2-5963f74ace4ef0043fa0f662617dba9737eb23ad.tar.gz gentoo-2-5963f74ace4ef0043fa0f662617dba9737eb23ad.tar.bz2 gentoo-2-5963f74ace4ef0043fa0f662617dba9737eb23ad.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/tecnoballz')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild index baac2e8e5f1f..94e0903ba907 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.4 2009/10/25 12:48:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.5 2010/01/25 22:04:51 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games DESCRIPTION="An exciting Brick Breaker" HOMEPAGE="http://linux.tlk.fr/games/TecnoballZ/" -SRC_URI="${HOMEPAGE}download/${P}.tgz" +SRC_URI="http://linux.tlk.fr/games/TecnoballZ/download/${P}.tgz" LICENSE="GPL-3" SLOT="0" @@ -35,7 +35,7 @@ src_install() { } pkg_postinst() { - built_with_use "media-libs/sdl-mixer" mikmod \ + has_version "media-libs/sdl-mixer[mikmod]" \ || ewarn "To have background music, emerge sdl-mixer with USE=mikmod" games_pkg_postinst } |