diff options
author | 2012-03-18 13:03:02 +0000 | |
---|---|---|
committer | 2012-03-18 13:03:02 +0000 | |
commit | 9a2668b84dfac16728b43b8e9181ead62f5036a6 (patch) | |
tree | ade192b5d3d54b5ac6db0de8d7d537342a4bc680 /x11-wm/icewm/icewm-1.3.7.ebuild | |
parent | Remove USE="esd" because media-sound/esound isn't in tree anymore. (diff) | |
download | historical-9a2668b84dfac16728b43b8e9181ead62f5036a6.tar.gz historical-9a2668b84dfac16728b43b8e9181ead62f5036a6.tar.bz2 historical-9a2668b84dfac16728b43b8e9181ead62f5036a6.zip |
Remove USE="esd" because media-sound/esound isn't in tree anymore.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/icewm/icewm-1.3.7.ebuild')
-rw-r--r-- | x11-wm/icewm/icewm-1.3.7.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/icewm/icewm-1.3.7.ebuild b/x11-wm/icewm/icewm-1.3.7.ebuild index 26558c4ae86c..7713780c0bc6 100644 --- a/x11-wm/icewm/icewm-1.3.7.ebuild +++ b/x11-wm/icewm/icewm-1.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7.ebuild,v 1.2 2011/11/03 21:03:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7.ebuild,v 1.3 2012/03/18 13:01:01 ssuominen Exp $ EAPI="4" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug esd gnome minimal nls truetype uclibc xinerama" +IUSE="debug gnome minimal nls truetype uclibc xinerama" #fix for icewm preversion package names S=${WORKDIR}/${P/_} @@ -26,7 +26,6 @@ RDEPEND="x11-libs/libX11 x11-libs/libSM x11-libs/libICE xinerama? ( x11-libs/libXinerama ) - esd? ( media-sound/esound ) gnome? ( gnome-base/gnome-desktop:2 ) nls? ( sys-devel/gettext ) truetype? ( >=media-libs/freetype-2.0.9 ) @@ -74,7 +73,7 @@ src_configure() { $(use_enable nls) $(use_enable x86 x86-asm) $(use_enable xinerama) - $(use_with esd esd-config /usr/bin/esd-config)" + --without-esd-config" CXXFLAGS="${CXXFLAGS}" econf ${myconf} |