diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:08:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:08:04 +0000 |
commit | f69fed1871d6808e64d9ab55544d8374cad85312 (patch) | |
tree | 335071a00dd592c271927ae77d5dc5508a4ca605 /media-sound/cd-discid | |
parent | Stable for x86, wrt bug #477186 (diff) | |
download | gentoo-2-f69fed1871d6808e64d9ab55544d8374cad85312.tar.gz gentoo-2-f69fed1871d6808e64d9ab55544d8374cad85312.tar.bz2 gentoo-2-f69fed1871d6808e64d9ab55544d8374cad85312.zip |
Stable for x86, wrt bug #477590
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 cf9ba6fb80f8..d9aef10eea5b 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.33 2013/07/22 21:13:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.34 2013/07/27 22:08:04 ago Exp $ + + 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cd-discid-1.4.ebuild: + Stable for x86, wrt bug #477590 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> cd-discid-1.4.ebuild: Stable for ppc64, 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 dededa8fc453..45cfffbab4d5 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.4 2013/07/22 21:13:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-1.4.ebuild,v 1.5 2013/07/27 22:08:04 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} |