diff options
author | 2013-04-10 19:35:47 +0000 | |
---|---|---|
committer | 2013-04-10 19:35:47 +0000 | |
commit | 4307ce71baf9d9278624cf46c72649e614e84be9 (patch) | |
tree | e767138931d9c5177d920cca8352f3599c76181a /media-libs/phonon-gstreamer | |
parent | Fix desktop file issue, bug #465288. Remove old versions. (diff) | |
download | gentoo-2-4307ce71baf9d9278624cf46c72649e614e84be9.tar.gz gentoo-2-4307ce71baf9d9278624cf46c72649e614e84be9.tar.bz2 gentoo-2-4307ce71baf9d9278624cf46c72649e614e84be9.zip |
Stable for HPPA (bug #464700).
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r-- | media-libs/phonon-gstreamer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/phonon-gstreamer/ChangeLog b/media-libs/phonon-gstreamer/ChangeLog index 92fc5c6c38f2..84c77f43defc 100644 --- a/media-libs/phonon-gstreamer/ChangeLog +++ b/media-libs/phonon-gstreamer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/phonon-gstreamer # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.42 2013/04/05 20:33:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.43 2013/04/10 19:35:47 jer Exp $ + + 10 Apr 2013; Jeroen Roovers <jer@gentoo.org> phonon-gstreamer-4.6.3.ebuild: + Stable for HPPA (bug #464700). 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> phonon-gstreamer-4.6.3.ebuild: Stable for arm, wrt bug #464700 diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild index d463cd13d221..270a546bfc6f 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3.ebuild,v 1.8 2013/04/05 20:33:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild,v 1.9 2013/04/10 19:35:47 jer 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 ~x86-fbsd ~x64-macos" + KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" fi SLOT="0" IUSE="alsa debug +network" |