diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-11-21 11:26:57 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-11-21 11:26:57 +0000 |
commit | e9cd0e42a841a34d7bfeefaa764e175687b1dc3c (patch) | |
tree | 0c21e14ca6abdaf7d18948f0e61b4f1b97601f91 /media-gfx | |
parent | dev-python/mpi4py: Drop old (diff) | |
download | gentoo-2-e9cd0e42a841a34d7bfeefaa764e175687b1dc3c.tar.gz gentoo-2-e9cd0e42a841a34d7bfeefaa764e175687b1dc3c.tar.bz2 gentoo-2-e9cd0e42a841a34d7bfeefaa764e175687b1dc3c.zip |
Add ~arm keyword
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/icoutils/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/icoutils/icoutils-0.31.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/icoutils/ChangeLog b/media-gfx/icoutils/ChangeLog index 855964fecd00..fa32840e354f 100644 --- a/media-gfx/icoutils/ChangeLog +++ b/media-gfx/icoutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/icoutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/ChangeLog,v 1.38 2013/11/20 17:51:51 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/ChangeLog,v 1.39 2013/11/21 11:26:57 pinkbyte Exp $ + + 21 Nov 2013; Sergey Popov <pinkbyte@gentoo.org> icoutils-0.31.0.ebuild: + Add ~arm keyword 20 Nov 2013; Sergey Popov <pinkbyte@gentoo.org> icoutils-0.31.0.ebuild: Stable on amd64 and x86, wrt bug #488338 diff --git a/media-gfx/icoutils/icoutils-0.31.0.ebuild b/media-gfx/icoutils/icoutils-0.31.0.ebuild index c490fd911416..1df715b80a5a 100644 --- a/media-gfx/icoutils/icoutils-0.31.0.ebuild +++ b/media-gfx/icoutils/icoutils-0.31.0.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-gfx/icoutils/icoutils-0.31.0.ebuild,v 1.3 2013/11/20 17:51:51 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.31.0.ebuild,v 1.4 2013/11/21 11:26:57 pinkbyte Exp $ EAPI=4 inherit autotools eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="nls" RDEPEND=">=dev-lang/perl-5.6 |