diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-27 16:45:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-27 16:45:45 +0000 |
commit | 759b45278b77ef521e9dc94f9b7cb54a17c0e624 (patch) | |
tree | a386a4e83f3e6eb6b204518acba4c03eb75bc15d /dev-libs/libebml | |
parent | bump to 1.20.1, fix a symbol conflict with dprintf. (diff) | |
download | gentoo-2-759b45278b77ef521e9dc94f9b7cb54a17c0e624.tar.gz gentoo-2-759b45278b77ef521e9dc94f9b7cb54a17c0e624.tar.bz2 gentoo-2-759b45278b77ef521e9dc94f9b7cb54a17c0e624.zip |
arm stable wrt #228695
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index af676c51c11e..d3e130af0dbc 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.91 2008/07/14 20:34:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.92 2008/09/27 16:45:45 armin76 Exp $ + + 27 Sep 2008; Raúl Porcel <armin76@gentoo.org> libebml-0.7.8-r1.ebuild: + arm stable wrt #228695 14 Jul 2008; Jeroen Roovers <jer@gentoo.org> libebml-0.7.8-r1.ebuild: Stable for HPPA (bug #228695). diff --git a/dev-libs/libebml/libebml-0.7.8-r1.ebuild b/dev-libs/libebml/libebml-0.7.8-r1.ebuild index a208dfc05d86..347d07ac8734 100644 --- a/dev-libs/libebml/libebml-0.7.8-r1.ebuild +++ b/dev-libs/libebml/libebml-0.7.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.8-r1.ebuild,v 1.6 2008/07/14 20:34:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.8-r1.ebuild,v 1.7 2008/09/27 16:45:45 armin76 Exp $ inherit multilib toolchain-funcs @@ -10,7 +10,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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" S="${S}/make/linux" |