diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:54:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:54:47 +0000 |
commit | e6bf720d2ee37e4b7b8a02e03dc8de65f803d2e9 (patch) | |
tree | 9a4e133da1a2160096ed4e0f4b69632bbfd42730 /media-sound | |
parent | Stable for x86, wrt bug #495800 (diff) | |
download | gentoo-2-e6bf720d2ee37e4b7b8a02e03dc8de65f803d2e9.tar.gz gentoo-2-e6bf720d2ee37e4b7b8a02e03dc8de65f803d2e9.tar.bz2 gentoo-2-e6bf720d2ee37e4b7b8a02e03dc8de65f803d2e9.zip |
Stable for x86, wrt bug #495802
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpc/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog index 75cf76f86bb2..c0a1fe59556a 100644 --- a/media-sound/mpc/ChangeLog +++ b/media-sound/mpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.114 2014/01/12 09:47:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.115 2014/01/14 13:54:47 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> mpc-0.25.ebuild: + Stable for x86, wrt bug #495802 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> mpc-0.25.ebuild: amd64 stable, bug #495802 diff --git a/media-sound/mpc/mpc-0.25.ebuild b/media-sound/mpc/mpc-0.25.ebuild index 6e25932d3b19..f493cc928410 100644 --- a/media-sound/mpc/mpc-0.25.ebuild +++ b/media-sound/mpc/mpc-0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.25.ebuild,v 1.4 2014/01/12 09:47:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.25.ebuild,v 1.5 2014/01/14 13:54:47 ago Exp $ EAPI=4 inherit bash-completion-r1 @@ -11,7 +11,7 @@ SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~sparc x86" IUSE="iconv" RDEPEND=">=media-libs/libmpdclient-2.2 |