diff options
author | 2013-05-14 09:39:50 +0000 | |
---|---|---|
committer | 2013-05-14 09:39:50 +0000 | |
commit | e6dcf2c168537b6e084d25f43b838e5a87453731 (patch) | |
tree | ef14b0ea8b0d2a83037a084fd0f96d3605d9cc8d /media-sound/mpc | |
parent | Stable for x86, wrt bug #469590 (diff) | |
download | gentoo-2-e6dcf2c168537b6e084d25f43b838e5a87453731.tar.gz gentoo-2-e6dcf2c168537b6e084d25f43b838e5a87453731.tar.bz2 gentoo-2-e6dcf2c168537b6e084d25f43b838e5a87453731.zip |
Stable for x86, wrt bug #469470
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-sound/mpc')
-rw-r--r-- | media-sound/mpc/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog index b62798cb0b56..c8d1b9c13264 100644 --- a/media-sound/mpc/ChangeLog +++ b/media-sound/mpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.107 2013/05/13 14:54:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.108 2013/05/14 09:39:50 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> mpc-0.23.ebuild: + Stable for x86, wrt bug #469470 13 May 2013; Jeroen Roovers <jer@gentoo.org> mpc-0.23.ebuild: Stable for HPPA (bug #469470). diff --git a/media-sound/mpc/mpc-0.23.ebuild b/media-sound/mpc/mpc-0.23.ebuild index b73a0537dde0..14ed5ce12d49 100644 --- a/media-sound/mpc/mpc-0.23.ebuild +++ b/media-sound/mpc/mpc-0.23.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-sound/mpc/mpc-0.23.ebuild,v 1.6 2013/05/13 14:54:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.23.ebuild,v 1.7 2013/05/14 09:39:50 ago Exp $ EAPI=4 inherit bash-completion-r1 @@ -11,7 +11,7 @@ SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.bz2" 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 |