diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-29 16:30:10 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-29 16:30:10 +0000 |
commit | 5415d6eb83a9e3f721fb5f34b75dd9435ed18911 (patch) | |
tree | e7fb7300fcd773f69b24a20c1068ad6100ec2515 /media-libs/libemf | |
parent | revert 0.2.1-r1, revbump, corrected correction applied in revbumped -r2 wrt B... (diff) | |
download | gentoo-2-5415d6eb83a9e3f721fb5f34b75dd9435ed18911.tar.gz gentoo-2-5415d6eb83a9e3f721fb5f34b75dd9435ed18911.tar.bz2 gentoo-2-5415d6eb83a9e3f721fb5f34b75dd9435ed18911.zip |
Stable on amd64 and x86, wrt bug #474242
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-libs/libemf')
-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 228ae2026245..7986e732d7ca 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.37 2013/07/21 09:42:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.38 2013/07/29 16:30:10 pinkbyte Exp $ + + 29 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> libemf-1.0.4-r1.ebuild: + Stable on amd64 and x86, wrt bug #474242 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due #473480 diff --git a/media-libs/libemf/libemf-1.0.4-r1.ebuild b/media-libs/libemf/libemf-1.0.4-r1.ebuild index 6f4d490c4fb4..070aa0d8a037 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.1 2013/05/03 14:23:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4-r1.ebuild,v 1.2 2013/07/29 16:30:10 pinkbyte 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc static-libs" S=${WORKDIR}/${MY_P} |