diff options
author | 2012-09-19 22:45:22 +0000 | |
---|---|---|
committer | 2012-09-19 22:45:22 +0000 | |
commit | 30d580bb24742b222ce8afbea1e5230683d852b8 (patch) | |
tree | 939712b65fc594e6ffaeed6179e6207df66598ca /media-libs/phonon-gstreamer | |
parent | Stable for HPPA (bug #433341). (diff) | |
download | gentoo-2-30d580bb24742b222ce8afbea1e5230683d852b8.tar.gz gentoo-2-30d580bb24742b222ce8afbea1e5230683d852b8.tar.bz2 gentoo-2-30d580bb24742b222ce8afbea1e5230683d852b8.zip |
Stable for HPPA (bug #431190).
(Portage version: 2.2.0_alpha129/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 a6a3ba0bc59c..e871616a706b 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.26 2012/09/15 13:32:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.27 2012/09/19 22:45:22 jer Exp $ + + 19 Sep 2012; Jeroen Roovers <jer@gentoo.org> + phonon-gstreamer-4.6.2-r1.ebuild: + Stable for HPPA (bug #431190). 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> phonon-gstreamer-4.6.2-r1.ebuild: 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 2134e6947a8a..5f22a61917d5 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.4 2012/09/15 13:32:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild,v 1.5 2012/09/19 22:45:22 jer Exp $ EAPI=4 @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1" if [[ ${PV} == *9999 ]]; then KEYWORDS="" else - KEYWORDS="amd64 ~arm ~hppa x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm hppa x86 ~amd64-fbsd" fi SLOT="0" IUSE="alsa debug +network" |