diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 09:29:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 09:29:55 +0000 |
commit | 7dc2f3754149f117cbd3b9bda650d1c1af0089e2 (patch) | |
tree | 010e8477525bab9c3e8bcf7547e1ef8b90fe433f /media-libs/phonon | |
parent | Stable for sparc, wrt bug #525114 (diff) | |
download | gentoo-2-7dc2f3754149f117cbd3b9bda650d1c1af0089e2.tar.gz gentoo-2-7dc2f3754149f117cbd3b9bda650d1c1af0089e2.tar.bz2 gentoo-2-7dc2f3754149f117cbd3b9bda650d1c1af0089e2.zip |
Stable for sparc, wrt bug #519592
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/phonon')
-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 322f30b2d2bf..8243bc23c23f 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.67 2014/10/28 10:55:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.68 2014/10/29 09:29:55 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> phonon-4.7.2.ebuild: + Stable for sparc, wrt bug #519592 28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> phonon-4.7.2.ebuild: Stable for ia64, wrt bug #519592 diff --git a/media-libs/phonon/phonon-4.7.2.ebuild b/media-libs/phonon/phonon-4.7.2.ebuild index 95a05e8a25d1..da17108d441e 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.9 2014/10/28 10:55:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.2.ebuild,v 1.10 2014/10/29 09:29:55 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}" ) |