diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-01-30 00:02:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-01-30 00:02:01 +0000 |
commit | cc445aecf353d1cde4695341726ef9a4a2f58de6 (patch) | |
tree | 8de41e7d7e93bab7629120869d516ba8e2f4ba68 /media-libs/tremor | |
parent | Initial import, ebuild by me. (diff) | |
download | gentoo-2-cc445aecf353d1cde4695341726ef9a4a2f58de6.tar.gz gentoo-2-cc445aecf353d1cde4695341726ef9a4a2f58de6.tar.bz2 gentoo-2-cc445aecf353d1cde4695341726ef9a4a2f58de6.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/tremor')
-rw-r--r-- | media-libs/tremor/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/tremor/tremor-0_pre20120120.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/tremor/ChangeLog b/media-libs/tremor/ChangeLog index 533a503fb819..c9fc12e52e7e 100644 --- a/media-libs/tremor/ChangeLog +++ b/media-libs/tremor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/tremor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.6 2013/01/22 19:53:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.7 2013/01/30 00:02:01 aballier Exp $ + + 30 Jan 2013; Alexis Ballier <aballier@gentoo.org> + tremor-0_pre20120120.ebuild: + keyword ~amd64-fbsd 22 Jan 2013; Jeroen Roovers <jer@gentoo.org> tremor-0_pre20120120.ebuild: Marked ~hppa (bug #453200). diff --git a/media-libs/tremor/tremor-0_pre20120120.ebuild b/media-libs/tremor/tremor-0_pre20120120.ebuild index cd85202d5aee..37376042da73 100644 --- a/media-libs/tremor/tremor-0_pre20120120.ebuild +++ b/media-libs/tremor/tremor-0_pre20120120.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/tremor/tremor-0_pre20120120.ebuild,v 1.6 2013/01/22 19:53:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20120120.ebuild,v 1.7 2013/01/30 00:02:01 aballier Exp $ # svn export http://svn.xiph.org/trunk/Tremor tremor-${PV} @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="static-libs" RDEPEND="media-libs/libogg" |