diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-15 21:38:00 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-15 21:38:00 +0000 |
commit | f3802e380203eb777e78888295714c3b558a9e6e (patch) | |
tree | b65f6543f9140bc142eced586f456419a924b6c1 /dev-libs/libebml | |
parent | stable ppc, bug 341019 (diff) | |
download | gentoo-2-f3802e380203eb777e78888295714c3b558a9e6e.tar.gz gentoo-2-f3802e380203eb777e78888295714c3b558a9e6e.tar.bz2 gentoo-2-f3802e380203eb777e78888295714c3b558a9e6e.zip |
stable ppc, bug 329629
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index 37eb839064eb..d9839491d806 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.98 2010/07/29 22:05:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.99 2010/10/15 21:38:00 ranger Exp $ + + 15 Oct 2010; Brent Baude <ranger@gentoo.org> libebml-0.8.0.ebuild: + stable ppc, bug 329629 29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> libebml-0.8.0.ebuild: Stable on amd64 wrt bug #329629 diff --git a/dev-libs/libebml/libebml-0.8.0.ebuild b/dev-libs/libebml/libebml-0.8.0.ebuild index 2c987396b0f9..bb872e0501d2 100644 --- a/dev-libs/libebml/libebml-0.8.0.ebuild +++ b/dev-libs/libebml/libebml-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.8.0.ebuild,v 1.3 2010/07/29 22:05:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.8.0.ebuild,v 1.4 2010/10/15 21:38:00 ranger Exp $ EAPI=2 @@ -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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S="${S}/make/linux" |