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 | |
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')
-rw-r--r-- | media-sound/lash/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/lash/lash-0.5.4-r1.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog index 77c4238d0c84..f73e3c507f3e 100644 --- a/media-sound/lash/ChangeLog +++ b/media-sound/lash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lash -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.32 2010/03/01 19:03:30 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.33 2011/03/29 06:56:34 radhermit Exp $ + + 29 Mar 2011; Tim Harder <radhermit@gentoo.org> lash-0.5.4-r1.ebuild: + Use slot dep for gtk+ and remove unnecessary die statement for econf. 01 Mar 2010; Jeroen Roovers <jer@gentoo.org> lash-0.5.4-r1.ebuild: Stable for HPPA (bug #295051). 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() { |