diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-18 14:53:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-18 14:53:49 +0000 |
commit | 1aa1c76d422b7e50b0b7a75a036c6052c4e3a705 (patch) | |
tree | 09935ef3f7f06a6b452b4ca834ed16fc280835d7 /media-libs | |
parent | Stable for ppc, wrt bug #519592 (diff) | |
download | gentoo-2-1aa1c76d422b7e50b0b7a75a036c6052c4e3a705.tar.gz gentoo-2-1aa1c76d422b7e50b0b7a75a036c6052c4e3a705.tar.bz2 gentoo-2-1aa1c76d422b7e50b0b7a75a036c6052c4e3a705.zip |
Stable for ppc64, wrt bug #519592
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/phonon/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/phonon/phonon-4.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/phonon/ChangeLog b/media-libs/phonon/ChangeLog index ed832071cc41..f2163dffd706 100644 --- a/media-libs/phonon/ChangeLog +++ b/media-libs/phonon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/phonon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.65 2014/10/18 14:53:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.66 2014/10/18 14:53:49 ago Exp $ + + 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> phonon-4.7.2.ebuild: + Stable for ppc64, wrt bug #519592 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> phonon-4.7.2.ebuild: Stable for ppc, wrt bug #519592 diff --git a/media-libs/phonon/phonon-4.7.2.ebuild b/media-libs/phonon/phonon-4.7.2.ebuild index 4dd5b4d9cdfc..d00d5fa2dd04 100644 --- a/media-libs/phonon/phonon-4.7.2.ebuild +++ b/media-libs/phonon/phonon-4.7.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild,v 1.7 2014/10/18 14:53:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild,v 1.8 2014/10/18 14:53:49 ago Exp $ EAPI=5 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" else SCM_ECLASS="git-r3" EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) |