diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-10 13:46:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-10 13:46:36 +0000 |
commit | ecf478fb7a4227e0bbd3c32d86798e6a4c08ab19 (patch) | |
tree | ae1ac23ea5a5e97fc0ef808f105784f68e8dd231 /media-libs | |
parent | Restrict DEPEND to 1.4 to 1.6 because classes use com.sun.image. (diff) | |
download | gentoo-2-ecf478fb7a4227e0bbd3c32d86798e6a4c08ab19.tar.gz gentoo-2-ecf478fb7a4227e0bbd3c32d86798e6a4c08ab19.tar.bz2 gentoo-2-ecf478fb7a4227e0bbd3c32d86798e6a4c08ab19.zip |
amd64 stable, bug 212020
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquicktime/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libquicktime/libquicktime-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libquicktime/ChangeLog b/media-libs/libquicktime/ChangeLog index e5f2bec9ba6b..0b76a8b961d9 100644 --- a/media-libs/libquicktime/ChangeLog +++ b/media-libs/libquicktime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libquicktime # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.107 2008/03/07 15:22:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.108 2008/03/10 13:46:36 beandog Exp $ + + 10 Mar 2008; Steve Dibb <beandog@gentoo.org> libquicktime-1.0.2.ebuild: + amd64 stable, bug 212020 07 Mar 2008; Brent Baude <ranger@gentoo.org> libquicktime-1.0.2.ebuild: stable ppc64, bug 212020 diff --git a/media-libs/libquicktime/libquicktime-1.0.2.ebuild b/media-libs/libquicktime/libquicktime-1.0.2.ebuild index 4ea249bf1e03..b908dcea852f 100644 --- a/media-libs/libquicktime/libquicktime-1.0.2.ebuild +++ b/media-libs/libquicktime/libquicktime-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.0.2.ebuild,v 1.5 2008/03/07 15:22:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.0.2.ebuild,v 1.6 2008/03/10 13:46:36 beandog 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 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="mmx X opengl dv gtk alsa aac encode png jpeg vorbis lame x264 ffmpeg" |