diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-29 06:56:34 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-29 06:56:34 +0000 |
commit | 7cc805b8fbd6dee6fb4fe8e64eb41647325154ae (patch) | |
tree | 95cf924f76c6c46858e1586ad13d7153d586993b /media-sound/lash/lash-0.5.4-r1.ebuild | |
parent | Version bump and remove old. Update to EAPI 4 and fix dependencies. (diff) | |
download | gentoo-2-7cc805b8fbd6dee6fb4fe8e64eb41647325154ae.tar.gz gentoo-2-7cc805b8fbd6dee6fb4fe8e64eb41647325154ae.tar.bz2 gentoo-2-7cc805b8fbd6dee6fb4fe8e64eb41647325154ae.zip |
Use slot dep for gtk+ and remove unnecessary die statement for econf.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lash/lash-0.5.4-r1.ebuild')
-rw-r--r-- | media-sound/lash/lash-0.5.4-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/lash/lash-0.5.4-r1.ebuild b/media-sound/lash/lash-0.5.4-r1.ebuild index b993d91dc78b..d08bba5ecbf5 100644 --- a/media-sound/lash/lash-0.5.4-r1.ebuild +++ b/media-sound/lash/lash-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.11 2010/03/01 19:03:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="alsa debug gtk python" RDEPEND="alsa? ( media-libs/alsa-lib ) media-sound/jack-audio-connection-kit dev-libs/libxml2 - gtk? ( >=x11-libs/gtk+-2.0 ) + gtk? ( x11-libs/gtk+:2 ) python? ( dev-lang/python ) || ( sys-libs/readline dev-libs/libedit )" DEPEND="${RDEPEND} @@ -41,8 +41,7 @@ src_configure() { $(use_enable gtk gtk2) \ $(use_enable debug) \ ${myconf} \ - --disable-dependency-tracking \ - || die "econf failed" + --disable-dependency-tracking } src_install() { |