summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-14 18:21:34 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-14 18:21:34 +0000
commit6a40e44206ffdec452290a04e7ae868ef73bb7d3 (patch)
treeeb0d1c4e3ef8bcfa7bb46cd3bb0e816cf36801d5 /media-sound/mpd
parent- do not use hidden symbol __adjtimex directly ; bug 254952 (diff)
downloadgentoo-2-6a40e44206ffdec452290a04e7ae868ef73bb7d3.tar.gz
gentoo-2-6a40e44206ffdec452290a04e7ae868ef73bb7d3.tar.bz2
gentoo-2-6a40e44206ffdec452290a04e7ae868ef73bb7d3.zip
Removed sysvipc USE flag, always enabled now, bug 254911
(Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/ChangeLog5
-rw-r--r--media-sound/mpd/mpd-0.14.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 79dce8a4923a..b0a41bfc0f0c 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpd
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.149 2009/01/12 23:38:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.150 2009/01/14 18:21:34 angelos Exp $
+
+ 14 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
+ Removed sysvipc USE flag, always enabled now, bug 254911
12 Jan 2009; Christoph Mende <angelos@gentoo.org> mpd-0.14.ebuild:
die if no audio outputs were enabled, bug 254731
diff --git a/media-sound/mpd/mpd-0.14.ebuild b/media-sound/mpd/mpd-0.14.ebuild
index 246a10c49f1b..2836a1921070 100644
--- a/media-sound/mpd/mpd-0.14.ebuild
+++ b/media-sound/mpd/mpd-0.14.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-sound/mpd/mpd-0.14.ebuild,v 1.6 2009/01/12 23:41:36 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.7 2009/01/14 18:21:34 angelos Exp $
EAPI=2
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="aac +alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio +sysvipc unicode vorbis wavpack zeroconf"
+IUSE="aac +alsa ao audiofile curl debug doc ffmpeg flac icecast id3 ipv6 jack lame libsamplerate mad mikmod musepack ogg oss pulseaudio unicode vorbis wavpack zeroconf"
RDEPEND="!sys-cluster/mpich2
>=dev-libs/glib-2.4:2
@@ -107,7 +107,7 @@ src_configure() {
$(use_enable musepack mpc) \
$(use_enable oss) \
$(use_enable pulseaudio pulse) \
- $(use_enable sysvipc un) \
+ --enable-un \
$(use_enable vorbis oggvorbis) \
$(use_enable wavpack) \
$(use_with zeroconf zeroconf avahi) \