diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-05 23:56:04 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-05 23:56:04 +0000 |
commit | fe5335a9b48101bc426a5e295e501739ecbd05d2 (patch) | |
tree | 608f3735ac6dcb88400bce958aac0db8d2542d37 /media-libs | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-fe5335a9b48101bc426a5e295e501739ecbd05d2.tar.gz gentoo-2-fe5335a9b48101bc426a5e295e501739ecbd05d2.tar.bz2 gentoo-2-fe5335a9b48101bc426a5e295e501739ecbd05d2.zip |
Re-added ~sparc keyword wrt bug #142171.
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquicktime/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libquicktime/libquicktime-0.9.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libquicktime/ChangeLog b/media-libs/libquicktime/ChangeLog index 77f60cdef370..cb2baf78366d 100644 --- a/media-libs/libquicktime/ChangeLog +++ b/media-libs/libquicktime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libquicktime # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.59 2006/08/02 14:45:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.60 2006/08/05 23:56:04 weeve Exp $ + + 05 Aug 2006; Jason Wever <weeve@gentoo.org> libquicktime-0.9.9.ebuild: + Re-added ~sparc keyword wrt bug #142171. 02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> libquicktime-0.9.7-r1.ebuild: diff --git a/media-libs/libquicktime/libquicktime-0.9.9.ebuild b/media-libs/libquicktime/libquicktime-0.9.9.ebuild index 8833f9750067..d1adb5f46040 100644 --- a/media-libs/libquicktime/libquicktime-0.9.9.ebuild +++ b/media-libs/libquicktime/libquicktime-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.9.ebuild,v 1.1 2006/07/17 20:20:39 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-0.9.9.ebuild,v 1.2 2006/08/05 23:56:04 weeve Exp $ inherit libtool eutils autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="mmx X" |