diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-09-24 14:01:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-09-24 14:01:09 +0000 |
commit | 82d450b3669bf32cf093fe1c5e88554837711554 (patch) | |
tree | 6823d6347f22fd6c242a303d20a071ef57d9cbd9 /media-plugins | |
parent | underlinking patch is not needed as it was already applied by upstream, bug #... (diff) | |
download | gentoo-2-82d450b3669bf32cf093fe1c5e88554837711554.tar.gz gentoo-2-82d450b3669bf32cf093fe1c5e88554837711554.tar.bz2 gentoo-2-82d450b3669bf32cf093fe1c5e88554837711554.zip |
Fix typo in configure option, bug #384255 by Travis Hansen.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/banshee-community-extensions/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-plugins/banshee-community-extensions/ChangeLog b/media-plugins/banshee-community-extensions/ChangeLog index fd64a9db1803..918bd7e98e38 100644 --- a/media-plugins/banshee-community-extensions/ChangeLog +++ b/media-plugins/banshee-community-extensions/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/banshee-community-extensions # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.20 2011/09/22 17:18:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.21 2011/09/24 14:01:09 pacho Exp $ + + 24 Sep 2011; Pacho Ramos <pacho@gentoo.org> + banshee-community-extensions-2.2.0.ebuild: + Fix typo in configure option, bug #384255 by Travis Hansen. *banshee-community-extensions-2.2.0 (22 Sep 2011) diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild index 1e1b93bc4123..4e7af5cabe89 100644 --- a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild +++ b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild,v 1.2 2011/09/22 17:19:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0.ebuild,v 1.3 2011/09/24 14:01:09 pacho Exp $ EAPI="4" @@ -56,7 +56,7 @@ src_configure() { --with-vendor-build-id=Gentoo/${PN}/${PVR} --disable-scrollkeeper --disable-clutterflow --disable-appindicator --disable-openvp - --disable-zeitgeistdataprovide + --disable-zeitgeistdataprovider --enable-ampache --enable-karaoke --enable-jamendo --enable-randombylastfm --enable-albumartwriter --enable-duplicatesongdetector" @@ -74,6 +74,6 @@ src_configure() { src_install() { base_src_install - find "${ED}" -name "*.la" -delete || die "remove of la files failed" + find "${D}" -name "*.la" -delete || die "remove of la files failed" dodoc AUTHORS NEWS README } |