diff options
author | 2006-09-19 17:48:36 +0000 | |
---|---|---|
committer | 2006-09-19 17:48:36 +0000 | |
commit | caf50a33278ee4bca66749e01911e46804ab94cd (patch) | |
tree | 5269c18f02be2e7a576b56d16f84071916d25bce /media-libs | |
parent | Use -j1 for building, non parallel-build safe and difficult to fix. Closes bu... (diff) | |
download | gentoo-2-caf50a33278ee4bca66749e01911e46804ab94cd.tar.gz gentoo-2-caf50a33278ee4bca66749e01911e46804ab94cd.tar.bz2 gentoo-2-caf50a33278ee4bca66749e01911e46804ab94cd.zip |
Mark 0.10.3 stable on ia64. #139612
(Portage version: 2.1.1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gst-plugins-ugly/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/gst-plugins-ugly/ChangeLog b/media-libs/gst-plugins-ugly/ChangeLog index 55e8ecf6cfd8..4a67628e8465 100644 --- a/media-libs/gst-plugins-ugly/ChangeLog +++ b/media-libs/gst-plugins-ugly/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gst-plugins-ugly # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.16 2006/08/19 00:44:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.17 2006/09/19 17:48:36 agriffis Exp $ + + 19 Sep 2006; Aron Griffis <agriffis@gentoo.org> + gst-plugins-ugly-0.10.3.ebuild: + Mark 0.10.3 stable on ia64. #139612 19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> gst-plugins-ugly-0.10.3.ebuild: diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild index 116548ec239c..dddcc1f0c1d9 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.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/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild,v 1.13 2006/09/04 06:41:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.3.ebuild,v 1.14 2006/09/19 17:48:36 agriffis Exp $ # order is important, gnome2 after gst-plugins inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool @@ -10,7 +10,7 @@ HOMEPAGE="http://gstreamer.net/" SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86" #IUSE="esd alsa oss" RDEPEND=">=media-libs/gst-plugins-base-0.10.3 |