diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-14 09:26:07 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-14 09:26:07 +0000 |
commit | fd6984b74ec6c2050f0e49444004e141bafe9a03 (patch) | |
tree | 6ce36c3b8ba7ec9307a72817855abf21242215e3 /media-libs/libmatroska | |
parent | Stable on ppc and ppc-macos. (Manifest recommit) (diff) | |
download | gentoo-2-fd6984b74ec6c2050f0e49444004e141bafe9a03.tar.gz gentoo-2-fd6984b74ec6c2050f0e49444004e141bafe9a03.tar.bz2 gentoo-2-fd6984b74ec6c2050f0e49444004e141bafe9a03.zip |
Marked ~ppc64; bug #68112
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-0.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index fe76a2a6b73f..28d6cfe30cdf 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmatroska # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.36 2004/11/02 03:05:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.37 2004/11/14 09:24:14 corsair Exp $ + + 14 Nov 2004; Markus Rothe <corsair@gentoo.org> libmatroska-0.7.4.ebuild: + Marked ~ppc64; bug #68112 01 Nov 2004; Jason Wever <weeve@gentoo.org> libmatroska-0.7.4.ebuild: Added ~sparc keyword as it mysteriously disappeared in the version bump. diff --git a/media-libs/libmatroska/libmatroska-0.7.4.ebuild b/media-libs/libmatroska/libmatroska-0.7.4.ebuild index f77068ab2fde..fd800b95b52a 100644 --- a/media-libs/libmatroska/libmatroska-0.7.4.ebuild +++ b/media-libs/libmatroska/libmatroska-0.7.4.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/media-libs/libmatroska/libmatroska-0.7.4.ebuild,v 1.2 2004/11/02 03:05:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.4.ebuild,v 1.3 2004/11/14 09:24:14 corsair Exp $ IUSE="" @@ -12,7 +12,7 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc64" DEPEND=">=dev-libs/libebml-0.7.2" |