diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:32:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-29 13:32:31 +0000 |
commit | b4cd8d91ac0da6ce0c44788708a6b36eccaae325 (patch) | |
tree | f38c3cf67832ee44bffd426407b49972436aa50c | |
parent | Apply security bug #412609 patch to 1.10 too. (diff) | |
download | gentoo-2-b4cd8d91ac0da6ce0c44788708a6b36eccaae325.tar.gz gentoo-2-b4cd8d91ac0da6ce0c44788708a6b36eccaae325.tar.bz2 gentoo-2-b4cd8d91ac0da6ce0c44788708a6b36eccaae325.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index 6e38120a87fc..fdd190524015 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.120 2012/03/08 14:53:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.121 2012/05/29 13:32:31 aballier Exp $ + + 29 May 2012; Alexis Ballier <aballier@gentoo.org> libebml-1.2.2.ebuild: + keyword ~amd64-fbsd 08 Mar 2012; Brent Baude <ranger@gentoo.org> libebml-1.2.2.ebuild: Marking libebml-1.2.2 ppc64 for bug 400013 diff --git a/dev-libs/libebml/libebml-1.2.2.ebuild b/dev-libs/libebml/libebml-1.2.2.ebuild index 4a9031895fce..6639e910fbb7 100644 --- a/dev-libs/libebml/libebml-1.2.2.ebuild +++ b/dev-libs/libebml/libebml-1.2.2.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/dev-libs/libebml/libebml-1.2.2.ebuild,v 1.8 2012/03/08 14:53:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.2.2.ebuild,v 1.9 2012/05/29 13:32:31 aballier Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug static-libs" S="${WORKDIR}/${P}/make/linux" |