diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-29 22:42:28 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-29 22:42:28 +0000 |
commit | 2806a5317a6d4e18a919b0248ed2086fd6eb6bd7 (patch) | |
tree | bcfeda182b1be2268583e58f6e38ba3c5806f736 /media-libs | |
parent | Stable on sparc wrt #90726 (diff) | |
download | gentoo-2-2806a5317a6d4e18a919b0248ed2086fd6eb6bd7.tar.gz gentoo-2-2806a5317a6d4e18a919b0248ed2086fd6eb6bd7.tar.bz2 gentoo-2-2806a5317a6d4e18a919b0248ed2086fd6eb6bd7.zip |
Stable on sparc wrt #90238, #87264
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquicktime/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libquicktime/libquicktime-0.9.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libquicktime/ChangeLog b/media-libs/libquicktime/ChangeLog index 1622c2bdd3b9..3ef00f2e0366 100644 --- a/media-libs/libquicktime/ChangeLog +++ b/media-libs/libquicktime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libquicktime # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.34 2005/04/29 16:00:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.35 2005/04/29 22:42:28 gustavoz Exp $ + + 29 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> + libquicktime-0.9.4.ebuild: + Stable on sparc wrt #90238, #87464 29 Apr 2005; Markus Rothe <corsair@gentoo.org> libquicktime-0.9.4.ebuild: Stable on ppc64; bug #90238 diff --git a/media-libs/libquicktime/libquicktime-0.9.4.ebuild b/media-libs/libquicktime/libquicktime-0.9.4.ebuild index 2cd5e12fdf65..734aaf57946b 100644 --- a/media-libs/libquicktime/libquicktime-0.9.4.ebuild +++ b/media-libs/libquicktime/libquicktime-0.9.4.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/media-libs/libquicktime/libquicktime-0.9.4.ebuild,v 1.5 2005/04/29 16:00:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.4.ebuild,v 1.6 2005/04/29 22:42:28 gustavoz Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" IUSE="gtk jpeg mmx oggvorbis png dv ieee1394" |