diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:42:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:42:19 +0000 |
commit | 2ba9bf2e4d72fe54d8ed12f06f2785d019aa27b0 (patch) | |
tree | c7ef2b7c1cdf67c7e7d218993a713f7a2d8e745f /games-mud/kmuddy | |
parent | Don't try to create fp config files in /usr during build (bug #274518 by Paul... (diff) | |
download | gentoo-2-2ba9bf2e4d72fe54d8ed12f06f2785d019aa27b0.tar.gz gentoo-2-2ba9bf2e4d72fe54d8ed12f06f2785d019aa27b0.tar.bz2 gentoo-2-2ba9bf2e4d72fe54d8ed12f06f2785d019aa27b0.zip |
arts is deprecated
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-mud/kmuddy')
-rw-r--r-- | games-mud/kmuddy/kmuddy-0.8.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-mud/kmuddy/kmuddy-0.8.ebuild b/games-mud/kmuddy/kmuddy-0.8.ebuild index 9c810aca6098..6226619d2146 100644 --- a/games-mud/kmuddy/kmuddy-0.8.ebuild +++ b/games-mud/kmuddy/kmuddy-0.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-mud/kmuddy/kmuddy-0.8.ebuild,v 1.8 2009/01/30 13:17:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/kmuddy/kmuddy-0.8.ebuild,v 1.9 2009/06/25 20:42:19 mr_bones_ Exp $ inherit base eutils kde-functions autotools @@ -11,10 +11,9 @@ SRC_URI="http://www.kmuddy.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="arts sdl" +IUSE="sdl" -DEPEND="arts? ( kde-base/arts ) - sdl? ( media-libs/sdl-mixer )" +DEPEND="sdl? ( media-libs/sdl-mixer )" need-kde 3 PATCHES=( "${FILESDIR}/${P}-nocrash.patch" @@ -37,7 +36,7 @@ src_unpack() { src_compile() { econf \ - $(use_with arts) \ + --without-arts \ $(use_with sdl) \ || die emake || die "emake failed" |