diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-23 04:25:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-23 04:25:32 +0000 |
commit | 68d602ccd8c2a251024711a937d1caee76a2433b (patch) | |
tree | 5c93553dede0a53d60867cfdee006cf3b5b9e34d /media-libs/phonon-gstreamer | |
parent | Added ~mips, bug 419559. (diff) | |
download | historical-68d602ccd8c2a251024711a937d1caee76a2433b.tar.gz historical-68d602ccd8c2a251024711a937d1caee76a2433b.tar.bz2 historical-68d602ccd8c2a251024711a937d1caee76a2433b.zip |
stable arm, bug #431190
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r-- | media-libs/phonon-gstreamer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/phonon-gstreamer/ChangeLog b/media-libs/phonon-gstreamer/ChangeLog index 167bbd59a495..740a49f4e47e 100644 --- a/media-libs/phonon-gstreamer/ChangeLog +++ b/media-libs/phonon-gstreamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/phonon-gstreamer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.30 2012/09/22 10:42:36 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.31 2012/09/23 04:24:20 blueness Exp $ + + 23 Sep 2012; Anthony G. Basile <blueness@gentoo.org> + phonon-gstreamer-4.6.2-r1.ebuild: + stable arm, bug #431190 22 Sep 2012; Johannes Huber <johu@gentoo.org> -phonon-gstreamer-4.5.0.ebuild: Remove old. diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild index 89897775e7e7..b7e314d747c6 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild,v 1.7 2012/09/21 23:09:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild,v 1.8 2012/09/23 04:24:20 blueness Exp $ EAPI=4 @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1" if [[ ${PV} == *9999 ]]; then KEYWORDS="" else - KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd" + KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd" fi SLOT="0" IUSE="alsa debug +network" |