diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 22:10:38 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 22:10:38 +0000 |
commit | c867c0837c906033336b1f21ab23b63d48e9fa30 (patch) | |
tree | 11ae57cb460da40e5971ea28cc03dc081c03ff4e /media-sound | |
parent | Version bump to 3.3.11_pre7. This closes bug #120526. (diff) | |
download | gentoo-2-c867c0837c906033336b1f21ab23b63d48e9fa30.tar.gz gentoo-2-c867c0837c906033336b1f21ab23b63d48e9fa30.tar.bz2 gentoo-2-c867c0837c906033336b1f21ab23b63d48e9fa30.zip |
Removed modular X dependencies, as they're all provided by other depend atoms. Removed X USE flag, due to it being useless, and possibly even dangerous (see ./configure --help |grep with-x).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/snd/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/snd/snd-7.15.ebuild | 21 |
2 files changed, 10 insertions, 18 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog index 769aacffad55..49e01cf0011c 100644 --- a/media-sound/snd/ChangeLog +++ b/media-sound/snd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/snd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.24 2006/01/26 16:45:58 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.25 2006/01/27 22:10:38 ticho Exp $ + + 27 Jan 2006; Andrej Kacian <ticho@gentoo.org> snd-7.15.ebuild: + Removed modular X dependencies, as they're all provided by other depend + atoms. Removed X USE flag, due to it being useless, and possibly even + dangerous (see ./configure --help |grep with-x). 26 Jan 2006; Andrej Kacian <ticho@gentoo.org> snd-7.15.ebuild: Prepared for modular X. diff --git a/media-sound/snd/snd-7.15.ebuild b/media-sound/snd/snd-7.15.ebuild index 2753ad34de7f..cd7b733cbdfa 100644 --- a/media-sound/snd/snd-7.15.ebuild +++ b/media-sound/snd/snd-7.15.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.6 2006/01/26 17:11:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.7 2006/01/27 22:10:38 ticho Exp $ -IUSE="X alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby" +IUSE="alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby" inherit multilib @@ -15,19 +15,8 @@ SLOT="0" LICENSE="as-is" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND="media-libs/audiofile - X? ( - || ( - ( - x11-proto/xproto - x11-proto/xextproto - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXpm - ) - virtual/x11 - ) - ) +RDEPEND="media-libs/audiofile + motif? ( x11-libs/openmotif ) alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) fam? ( virtual/fam ) @@ -37,7 +26,6 @@ DEPEND="media-libs/audiofile guile? ( >=dev-util/guile-1.3.4 ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/ladspa-sdk ) - motif? ( x11-libs/openmotif ) nls? ( sys-devel/gettext ) opengl? ( virtual/opengl ) ruby? ( virtual/ruby )" @@ -56,7 +44,6 @@ src_compile() { fi econf \ - $(use_with X x) \ $(use_with alsa) \ $(use_with esd) \ $(use_with fam) \ |