diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:29:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:29:27 +0000 |
commit | ed65aff2727ffc1a7f0c35730ee0cecfc62efc7b (patch) | |
tree | 357626f7e13bbb6c7567b9ebeda583167d9f53a1 /media-libs | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-ed65aff2727ffc1a7f0c35730ee0cecfc62efc7b.tar.gz gentoo-2-ed65aff2727ffc1a7f0c35730ee0cecfc62efc7b.tar.bz2 gentoo-2-ed65aff2727ffc1a7f0c35730ee0cecfc62efc7b.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index a39b5b0b1bab..e6aa9d1bfe29 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsamplerate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.73 2012/05/05 08:02:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.74 2012/05/29 13:29:27 aballier Exp $ + + 29 May 2012; Alexis Ballier <aballier@gentoo.org> libsamplerate-0.1.8.ebuild: + keyword ~amd64-fbsd 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libsamplerate-0.1.7.ebuild, libsamplerate-0.1.8.ebuild: diff --git a/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild index a55eee27ded2..451015c06352 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v 1.2 2012/05/05 08:02:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v 1.3 2012/05/29 13:29:27 aballier Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="sndfile static-libs" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )" |