diff options
author | 2013-08-04 13:29:54 +0000 | |
---|---|---|
committer | 2013-08-04 13:29:54 +0000 | |
commit | 3daabe88c30599140710995150094104c0203c31 (patch) | |
tree | 1afd3b54b716dcea4fb8024c36c2f39df5fa90f5 /media-libs | |
parent | Remove dev-libs/atk dependency by Nikoli (bug #479618). Add x11-libs/gdk-pixb... (diff) | |
download | gentoo-2-3daabe88c30599140710995150094104c0203c31.tar.gz gentoo-2-3daabe88c30599140710995150094104c0203c31.tar.bz2 gentoo-2-3daabe88c30599140710995150094104c0203c31.zip |
Stable for ppc64, wrt bug #474242
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libemf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libemf/libemf-1.0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libemf/ChangeLog b/media-libs/libemf/ChangeLog index 71665fb33f18..43e91b31a333 100644 --- a/media-libs/libemf/ChangeLog +++ b/media-libs/libemf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libemf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.40 2013/08/03 06:55:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.41 2013/08/04 13:29:54 ago Exp $ + + 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libemf-1.0.4-r1.ebuild: + Stable for ppc64, wrt bug #474242 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libemf-1.0.4-r1.ebuild: Stable for sparc, wrt bug #474242 diff --git a/media-libs/libemf/libemf-1.0.4-r1.ebuild b/media-libs/libemf/libemf-1.0.4-r1.ebuild index d7419d737581..cd4ffeb65aff 100644 --- a/media-libs/libemf/libemf-1.0.4-r1.ebuild +++ b/media-libs/libemf/libemf-1.0.4-r1.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-libs/libemf/libemf-1.0.4-r1.ebuild,v 1.4 2013/08/03 06:55:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4-r1.ebuild,v 1.5 2013/08/04 13:29:54 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/libemf/${MY_P}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="amd64 -arm ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 -arm ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc static-libs" S=${WORKDIR}/${MY_P} |