diff options
author | Jason Wever <weeve@gentoo.org> | 2004-09-25 19:27:14 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-09-25 19:27:14 +0000 |
commit | da9187a4b1667e70ef9a246fdd2fb28bccb15084 (patch) | |
tree | cb084de568ae241bd2c0f890295577cd0e7c7b7a /dev-libs/libebml | |
parent | Fixed multipart-handling patch and made it apply to 1.0 (1.0-r1) as well. Rem... (diff) | |
download | gentoo-2-da9187a4b1667e70ef9a246fdd2fb28bccb15084.tar.gz gentoo-2-da9187a4b1667e70ef9a246fdd2fb28bccb15084.tar.bz2 gentoo-2-da9187a4b1667e70ef9a246fdd2fb28bccb15084.zip |
Stable on sparc.
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index b9f3d3a0c989..e7aa9bac353c 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.19 2004/09/06 08:58:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.20 2004/09/25 19:24:47 weeve Exp $ + + 25 Sep 2004; Jason Wever <weeve@gentoo.org> libebml-0.6.5.ebuild: + Stable on sparc. 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> libebml-0.6.5.ebuild: Stable on alpha. diff --git a/dev-libs/libebml/libebml-0.6.5.ebuild b/dev-libs/libebml/libebml-0.6.5.ebuild index 21bad15dfda9..61dc846f0adc 100644 --- a/dev-libs/libebml/libebml-0.6.5.ebuild +++ b/dev-libs/libebml/libebml-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.6.5.ebuild,v 1.8 2004/09/06 08:58:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.6.5.ebuild,v 1.9 2004/09/25 19:24:47 weeve Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://www.matroska.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~amd64 alpha ~ia64 ~sparc ~hppa ~mips" +KEYWORDS="x86 ~ppc ~amd64 alpha ~ia64 sparc ~hppa ~mips" DEPEND="virtual/libc" |