diff options
author | 2014-03-12 09:55:44 +0000 | |
---|---|---|
committer | 2014-03-12 09:55:44 +0000 | |
commit | 51b0bfd45fde988df434514e43a808ca0780687f (patch) | |
tree | 3c92faee0eeafcd2a2706a63c643c938987fb14a /dev-lang/icon | |
parent | Stable for sparc, wrt bug #496504 (diff) | |
download | gentoo-2-51b0bfd45fde988df434514e43a808ca0780687f.tar.gz gentoo-2-51b0bfd45fde988df434514e43a808ca0780687f.tar.bz2 gentoo-2-51b0bfd45fde988df434514e43a808ca0780687f.zip |
Stable for sparc, wrt bug #470260
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index 7c12fb200cdd..0fe67ad8d60d 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.56 2014/03/06 10:31:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.57 2014/03/12 09:55:44 ago Exp $ + + 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> icon-9.5.0.ebuild: + Stable for sparc, wrt bug #470260 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> icon-9.5.0.ebuild: Stable for ppc64, wrt bug #470260 diff --git a/dev-lang/icon/icon-9.5.0.ebuild b/dev-lang/icon/icon-9.5.0.ebuild index facd18df6b6d..0047b085a3cc 100644 --- a/dev-lang/icon/icon-9.5.0.ebuild +++ b/dev-lang/icon/icon-9.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.5.0.ebuild,v 1.11 2014/03/06 10:31:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.5.0.ebuild,v 1.12 2014/03/12 09:55:44 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ DESCRIPTION="very high level language" LICENSE="public-domain HPND" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="X iplsrc" S="${WORKDIR}/icon-v${MY_PV}src" |