diff options
author | Jason Wever <weeve@gentoo.org> | 2005-03-20 23:02:42 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-03-20 23:02:42 +0000 |
commit | 448b6974b6bc0cc3eeab67cf2a1e8a4007014545 (patch) | |
tree | b9ecbcaac866a5de6101d8ecb60a33d04b2e337a /dev-libs | |
parent | - Our zlib.so is in /lib vs /usr/lib so it should be safe for us to link with... (diff) | |
download | gentoo-2-448b6974b6bc0cc3eeab67cf2a1e8a4007014545.tar.gz gentoo-2-448b6974b6bc0cc3eeab67cf2a1e8a4007014545.tar.bz2 gentoo-2-448b6974b6bc0cc3eeab67cf2a1e8a4007014545.zip |
Stable on SPARC.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index 32cef001c6d3..006f3c0a4978 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.37 2005/03/13 16:36:24 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.38 2005/03/20 23:02:42 weeve Exp $ + + 20 Mar 2005; Jason Wever <weeve@gentoo.org> libebml-0.7.2.ebuild: + Stable on SPARC. 13 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> libebml-0.6.0.ebuild, libebml-0.6.3.ebuild, libebml-0.6.4.ebuild, libebml-0.6.5.ebuild, diff --git a/dev-libs/libebml/libebml-0.7.2.ebuild b/dev-libs/libebml/libebml-0.7.2.ebuild index bc0a526445eb..85c76ec1872f 100644 --- a/dev-libs/libebml/libebml-0.7.2.ebuild +++ b/dev-libs/libebml/libebml-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.2.ebuild,v 1.9 2005/03/13 16:36:24 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.2.ebuild,v 1.10 2005/03/20 23:02:42 weeve Exp $ IUSE="" @@ -12,7 +12,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~sparc ppc64 ~alpha ~ppc" +KEYWORDS="x86 sparc ppc64 ~alpha ~ppc" DEPEND="virtual/libc" |