diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-11-17 14:20:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-11-17 14:20:49 +0000 |
commit | 28ee79c56b6e405e17af8178040cb29e7351aa7e (patch) | |
tree | a7b10dca4302dd518538c6052818517b72f780ff /media-libs | |
parent | mask vlc[rdp] (diff) | |
download | gentoo-2-28ee79c56b6e405e17af8178040cb29e7351aa7e.tar.gz gentoo-2-28ee79c56b6e405e17af8178040cb29e7351aa7e.tar.bz2 gentoo-2-28ee79c56b6e405e17af8178040cb29e7351aa7e.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/chromaprint/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/chromaprint/ChangeLog b/media-libs/chromaprint/ChangeLog index 061c66500732..0345e3e7327a 100644 --- a/media-libs/chromaprint/ChangeLog +++ b/media-libs/chromaprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/chromaprint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.10 2013/11/03 09:40:39 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.11 2013/11/17 14:20:49 aballier Exp $ + + 17 Nov 2013; Alexis Ballier <aballier@gentoo.org> chromaprint-1.0.ebuild: + keyword ~amd64-fbsd *chromaprint-1.0 (03 Nov 2013) diff --git a/media-libs/chromaprint/chromaprint-1.0.ebuild b/media-libs/chromaprint/chromaprint-1.0.ebuild index 293f05639b19..359d65464a60 100644 --- a/media-libs/chromaprint/chromaprint-1.0.ebuild +++ b/media-libs/chromaprint/chromaprint-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.0.ebuild,v 1.1 2013/11/03 09:40:39 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.0.ebuild,v 1.2 2013/11/17 14:20:49 aballier Exp $ EAPI=5 inherit cmake-utils @@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd" IUSE="test tools" # note: use ffmpeg instead of fftw because it's recommended and required for tools |