diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-05 11:01:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-05 11:01:04 +0000 |
commit | 37a28bcbf97c86248ce5920531e440f1c9deed85 (patch) | |
tree | b3046155c1bfc790a129528c56d5d1cae4ee5ec6 /media-libs/phonon-gstreamer | |
parent | Stable for amd64, wrt bug #464700 (diff) | |
download | gentoo-2-37a28bcbf97c86248ce5920531e440f1c9deed85.tar.gz gentoo-2-37a28bcbf97c86248ce5920531e440f1c9deed85.tar.bz2 gentoo-2-37a28bcbf97c86248ce5920531e440f1c9deed85.zip |
Stable for amd64, wrt bug #464700
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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 5d54f2ee7ea1..76d554993cdb 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.37 2013/03/10 10:12:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.38 2013/04/05 11:01:04 ago Exp $ + + 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> phonon-gstreamer-4.6.3.ebuild: + Stable for amd64, wrt bug #464700 10 Mar 2013; Michael Palimaka <kensington@gentoo.org> phonon-gstreamer-4.6.3.ebuild, phonon-gstreamer-9999.ebuild: 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 7e12e783921c..8070a07fc7e9 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.3 2013/03/10 10:12:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.3.ebuild,v 1.4 2013/04/05 11:01:04 ago 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" |