summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-11 13:10:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-11 13:10:23 +0000
commiteb5d7a3d3a470280c57d7b36bd7f95a5d27acae8 (patch)
treeaef3cedd80a554678835299183a73e7c7b6426bf /media-libs/libsdl
parentARTS_REQUIRED=never (diff)
downloadgentoo-2-eb5d7a3d3a470280c57d7b36bd7f95a5d27acae8.tar.gz
gentoo-2-eb5d7a3d3a470280c57d7b36bd7f95a5d27acae8.tar.bz2
gentoo-2-eb5d7a3d3a470280c57d7b36bd7f95a5d27acae8.zip
Remove USE arts (deprecated).
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/ChangeLog6
-rw-r--r--media-libs/libsdl/libsdl-1.2.13-r1.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog
index ec3b5fa358f8..f82c3e9a105c 100644
--- a/media-libs/libsdl/ChangeLog
+++ b/media-libs/libsdl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsdl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.164 2009/11/06 16:25:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.165 2009/11/11 13:10:23 ssuominen Exp $
+
+ 11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+ libsdl-1.2.13-r1.ebuild:
+ Remove USE arts (deprecated).
06 Nov 2009; Mike Frysinger <vapier@gentoo.org> libsdl-1.2.14.ebuild,
metadata.xml:
diff --git a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild b/media-libs/libsdl/libsdl-1.2.13-r1.ebuild
index f8c057a12618..363bdb46eb35 100644
--- a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.13-r1.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/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.12 2009/02/17 18:15:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.13 2009/11/11 13:10:23 ssuominen Exp $
EAPI=2
inherit flag-o-matic toolchain-funcs eutils libtool
@@ -16,12 +16,11 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
# if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
# in USE and something breaks, you pick up the pieces. Be prepared for
# bug reports to be marked INVALID.
-IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
+IUSE="oss alsa esd nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
esd? ( >=media-sound/esound-0.2.19 )
- arts? ( kde-base/arts )
nas? (
media-libs/nas
x11-libs/libXt
@@ -122,7 +121,7 @@ src_configure() {
$(use_enable alsa) \
$(use_enable esd) \
$(use_enable pulseaudio) \
- $(use_enable arts) \
+ --disable-arts \
$(use_enable nas) \
$(use_enable X video-x11) \
$(use_enable dga) \