summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-01-25 22:11:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-01-25 22:11:31 +0000
commit4865de7d921eda4179905171d30aec8e282abba5 (patch)
tree7496631c34a2a5f21a9d1e2803694940055c64cb /games-arcade
parenttidy (diff)
downloadgentoo-2-4865de7d921eda4179905171d30aec8e282abba5.tar.gz
gentoo-2-4865de7d921eda4179905171d30aec8e282abba5.tar.bz2
gentoo-2-4865de7d921eda4179905171d30aec8e282abba5.zip
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ceferino/ceferino-0.97.8.ebuild4
1 files changed, 2 insertions, 2 deletions
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."