diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-25 22:11:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-25 22:11:31 +0000 |
commit | 0dacddc090836fecb4709c5428d8d803985bbe63 (patch) | |
tree | 1597514d2323f69be09370302e408ee715c2065b /games-arcade | |
parent | tidy (diff) | |
download | historical-0dacddc090836fecb4709c5428d8d803985bbe63.tar.gz historical-0dacddc090836fecb4709c5428d8d803985bbe63.tar.bz2 historical-0dacddc090836fecb4709c5428d8d803985bbe63.zip |
tidy
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ceferino/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/ceferino/ceferino-0.97.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/ceferino/Manifest b/games-arcade/ceferino/Manifest index 32f6762eafcb..5f0fb5c7447f 100644 --- a/games-arcade/ceferino/Manifest +++ b/games-arcade/ceferino/Manifest @@ -1,5 +1,5 @@ AUX ceferino-0.97.8-gcc44.patch 368 RMD160 cb66ea2f6d48758b1532642cf6d77ad4de628a63 SHA1 99f7ba77cffec93ae7513a523f845c20f0eb9e6b SHA256 00b465cc1ff59b470dbbd7e78009dd4ac0ee90d62e1e6c56c9f69bae743cbfee DIST ceferino-0.97.8.tar.gz 2380632 RMD160 137eaf55d13d8bcce4a32dc90142d0664773334d SHA1 59d0a6d889bf916a6c546df05bb0d34a05e02f84 SHA256 6f0f2674a8a968950498570b89123e341dca50499d255e7bcdf3703a85aa3074 -EBUILD ceferino-0.97.8.ebuild 1495 RMD160 5f2749b8393822c90108318b0a48068c66409a86 SHA1 1364a5864361865fd8387479cb37fd7688e119a2 SHA256 b7ff2bbfed7fb443c7bf1d0099a2b3a3dad9cb518071cabbf862952a76c39b48 +EBUILD ceferino-0.97.8.ebuild 1495 RMD160 002139353bc155134ba8ea30103220eea9a7c3eb SHA1 09bd9943d045f89d21b3f37c335bc5e45bf301b0 SHA256 a98d4e42fb006c5ebda45375ca388f918693a0143a9a40b3f2468a1babd079dd MISC ChangeLog 1816 RMD160 46862a75622bc71cdeabaa387dacb94d9d3b4fd5 SHA1 94bf2e4a80798fe17d7e1aac4c3e2579f091351f SHA256 d6dd828f1170fe9c1d98282ba9a1c79e825a439c0631b93665d8d7aa46c07fe5 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-arcade/ceferino/ceferino-0.97.8.ebuild b/games-arcade/ceferino/ceferino-0.97.8.ebuild index c9fff4fef65d..99149238bae4 100644 --- a/games-arcade/ceferino/ceferino-0.97.8.ebuild +++ b/games-arcade/ceferino/ceferino-0.97.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.4 2009/10/31 14:37:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.5 2010/01/25 22:11:31 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -47,7 +47,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - if ! built_with_use media-libs/sdl-mixer mikmod ; then + if ! has_version "media-libs/sdl-mixer[mikmod]" ; then ewarn ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer" ewarn "with the \"mikmod\" USE flag turned on." |