diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-09 02:08:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-09 02:08:39 +0000 |
commit | 50dcb561637d18136c71c2ff08ee36aec0b41a8c (patch) | |
tree | cd056775d14506a8e822fa9544d790647ed578b7 | |
parent | Version bump for stable channel release. (diff) | |
download | gentoo-2-50dcb561637d18136c71c2ff08ee36aec0b41a8c.tar.gz gentoo-2-50dcb561637d18136c71c2ff08ee36aec0b41a8c.tar.bz2 gentoo-2-50dcb561637d18136c71c2ff08ee36aec0b41a8c.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110_p5/cvs/Linux i686)
-rw-r--r-- | media-sound/brutefir/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0i.ebuild | 6 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0k.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog index d0eeee165594..cc4fd313af19 100644 --- a/media-sound/brutefir/ChangeLog +++ b/media-sound/brutefir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/brutefir # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.18 2012/02/16 18:52:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.19 2012/06/09 02:08:39 zmedico Exp $ + + 09 Jun 2012; Zac Medico <zmedico@gentoo.org> brutefir-1.0i.ebuild, + brutefir-1.0k.ebuild: + inherit multilib for get_libdir 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> brutefir-1.0k-r1.ebuild: x86 stable wrt bug #397093 diff --git a/media-sound/brutefir/brutefir-1.0i.ebuild b/media-sound/brutefir/brutefir-1.0i.ebuild index 63a105d26b69..4d1d84689792 100644 --- a/media-sound/brutefir/brutefir-1.0i.ebuild +++ b/media-sound/brutefir/brutefir-1.0i.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.4 2009/06/01 17:49:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.5 2012/06/09 02:08:39 zmedico Exp $ EAPI=2 -inherit eutils +inherit eutils multilib DESCRIPTION="Software convolution engine for applying long FIR filters" HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html" diff --git a/media-sound/brutefir/brutefir-1.0k.ebuild b/media-sound/brutefir/brutefir-1.0k.ebuild index 953d3b372509..d476a42ffcaf 100644 --- a/media-sound/brutefir/brutefir-1.0k.ebuild +++ b/media-sound/brutefir/brutefir-1.0k.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild,v 1.1 2009/06/01 20:06:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild,v 1.2 2012/06/09 02:08:39 zmedico Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils multilib toolchain-funcs DESCRIPTION="Software convolution engine for applying long FIR filters" HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html" |