summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-16 10:37:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-16 10:37:59 +0000
commit6ffb0369cefcd6f5561cc53fb3b918cec27fbf4c (patch)
treefbe3bc495273871dbb439eb0e0aadcafc9dbcbbb /media-sound/timemachine
parentRemove ladcca from sparc32/use.mask because it's been p.masked for removal. (diff)
downloadgentoo-2-6ffb0369cefcd6f5561cc53fb3b918cec27fbf4c.tar.gz
gentoo-2-6ffb0369cefcd6f5561cc53fb3b918cec27fbf4c.tar.bz2
gentoo-2-6ffb0369cefcd6f5561cc53fb3b918cec27fbf4c.zip
Remove USE ladcca from the p.masked version so I can get rid of the global use flag.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/timemachine')
-rw-r--r--media-sound/timemachine/timemachine-0.3.0.ebuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/media-sound/timemachine/timemachine-0.3.0.ebuild b/media-sound/timemachine/timemachine-0.3.0.ebuild
index d01e4ba1880e..8f37fc0c99f5 100644
--- a/media-sound/timemachine/timemachine-0.3.0.ebuild
+++ b/media-sound/timemachine/timemachine-0.3.0.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.5 2008/01/13 13:14:27 aballier Exp $
-
-IUSE="ladcca"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.6 2009/07/16 10:37:59 ssuominen Exp $
+EAPI=2
inherit flag-o-matic eutils
DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
@@ -12,21 +11,21 @@ SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="sparc"
+IUSE=""
RDEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
>=x11-libs/gtk+-2.2.4-r1
- >=media-libs/libsndfile-1.0.5
- ladcca? ( >=media-libs/ladcca-0.4.0 )"
+ >=media-libs/libsndfile-1.0.5"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_compile() {
- econf `use_enable ladcca` || die
- make || die "emake failed"
+src_configure() {
+ econf \
+ --disable-ladcca
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog
}