diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-22 20:33:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-22 20:33:48 +0000 |
commit | 642a2be1752b678c319960348355d8ca5add065f (patch) | |
tree | 68b0d79acff532a3c80727b424b5a600c422b8c6 /media-sound/cd-discid | |
parent | Works with python-3.3 (#475086 by Hristo Venev), drop old. (diff) | |
download | gentoo-2-642a2be1752b678c319960348355d8ca5add065f.tar.gz gentoo-2-642a2be1752b678c319960348355d8ca5add065f.tar.bz2 gentoo-2-642a2be1752b678c319960348355d8ca5add065f.zip |
Stable for ppc, wrt bug #477590
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-sound/cd-discid')
-rw-r--r-- | media-sound/cd-discid/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/cd-discid/cd-discid-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/cd-discid/ChangeLog b/media-sound/cd-discid/ChangeLog index 88e7fcdda1e5..93ffb386e459 100644 --- a/media-sound/cd-discid/ChangeLog +++ b/media-sound/cd-discid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cd-discid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.31 2013/07/21 13:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.32 2013/07/22 20:33:48 ago Exp $ + + 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cd-discid-1.4.ebuild: + Stable for ppc, wrt bug #477590 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cd-discid-1.4.ebuild: Stable for amd64, wrt bug #477590 diff --git a/media-sound/cd-discid/cd-discid-1.4.ebuild b/media-sound/cd-discid/cd-discid-1.4.ebuild index 6be24658b1e7..a4ccbc7f3ad9 100644 --- a/media-sound/cd-discid/cd-discid-1.4.ebuild +++ b/media-sound/cd-discid/cd-discid-1.4.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/cd-discid/cd-discid-1.4.ebuild,v 1.2 2013/07/21 13:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-1.4.ebuild,v 1.3 2013/07/22 20:33:48 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/taem/${PN}/archive/upstream/1.4.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ppc ~ppc64 ~x86" S=${WORKDIR}/${PN}-upstream-${PV} |