diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-12-07 16:49:54 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-12-07 16:49:54 +0000 |
commit | 0d02c47a5244ebc09c4cd0473fa3f0bbe9def300 (patch) | |
tree | c462f608b6a86acc37b3bd76c990c7495eed5f00 /media-sound | |
parent | Only apply the GLX endianness fix if AIGLX is enabled, since it fixes one of (diff) | |
download | gentoo-2-0d02c47a5244ebc09c4cd0473fa3f0bbe9def300.tar.gz gentoo-2-0d02c47a5244ebc09c4cd0473fa3f0bbe9def300.tar.bz2 gentoo-2-0d02c47a5244ebc09c4cd0473fa3f0bbe9def300.zip |
Remove dbus USE flag as it is not an optional feature.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/bmpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/bmpx/bmpx-0.34.9.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/bmpx/ChangeLog b/media-sound/bmpx/ChangeLog index 21430c200b53..014426b246cc 100644 --- a/media-sound/bmpx/ChangeLog +++ b/media-sound/bmpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/bmpx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.52 2006/12/06 18:15:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.53 2006/12/07 16:49:54 chutzpah Exp $ + + 07 Dec 2006; Patrick McLean <chutz@gentoo.org> bmpx-0.34.9.ebuild: + Remove dbus USE flag as it is not an optional feature. 06 Dec 2006; Patrick McLean <chutz@gentoo.org> bmpx-0.34.9.ebuild: Add dbus to IUSE (oops), bug #157312. diff --git a/media-sound/bmpx/bmpx-0.34.9.ebuild b/media-sound/bmpx/bmpx-0.34.9.ebuild index ef5a57811419..82dacaa31bb8 100644 --- a/media-sound/bmpx/bmpx-0.34.9.ebuild +++ b/media-sound/bmpx/bmpx-0.34.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.34.9.ebuild,v 1.2 2006/12/06 18:15:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.34.9.ebuild,v 1.3 2006/12/07 16:49:54 chutzpah Exp $ inherit fdo-mime eutils versionator @@ -13,7 +13,7 @@ SRC_URI="http://files.beep-media-player.org/releases/${MY_PR}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="aac alsa cdparanoia dbus debug flac ffmpeg hal mad modplug musepack nls ofa ogg +IUSE="aac alsa cdparanoia debug flac ffmpeg hal mad modplug musepack nls ofa ogg oss p2p python sid theora vorbis" RDEPEND=">=dev-libs/glib-2.10 @@ -36,8 +36,8 @@ RDEPEND=">=dev-libs/glib-2.10 >=media-libs/musicbrainz-2.1.1 >=media-libs/gstreamer-0.10.10 virtual/fam - dbus? ( || ( ( >=dev-libs/dbus-glib-0.72 ) - ( <sys-apps/dbus-1 >=sys-apps/dbus-0.62 ) ) ) + || ( ( >=dev-libs/dbus-glib-0.72 ) + ( <sys-apps/dbus-1 >=sys-apps/dbus-0.62 ) ) >=dev-libs/libxml2-2.6.1 >=net-misc/neon-0.25.5 media-sound/cdparanoia |