diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-08 14:54:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-08 14:54:30 +0000 |
commit | ad597b56eeda9000d3529cb9a86950183203291d (patch) | |
tree | 7fd95f9df3968aa73f3210e9da51bff185243aea /dev-lang/icon | |
parent | Version bump of sci-biology/readseq (diff) | |
download | gentoo-2-ad597b56eeda9000d3529cb9a86950183203291d.tar.gz gentoo-2-ad597b56eeda9000d3529cb9a86950183203291d.tar.bz2 gentoo-2-ad597b56eeda9000d3529cb9a86950183203291d.zip |
Stable for HPPA (bug #470260).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang/icon')
-rw-r--r-- | dev-lang/icon/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/icon/icon-9.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/icon/ChangeLog b/dev-lang/icon/ChangeLog index d2550832b7ba..1a153e57dfd2 100644 --- a/dev-lang/icon/ChangeLog +++ b/dev-lang/icon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/icon -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.50 2013/02/09 09:08:13 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/ChangeLog,v 1.51 2014/02/08 14:54:30 jer Exp $ + + 08 Feb 2014; Jeroen Roovers <jer@gentoo.org> icon-9.5.0.ebuild: + Stable for HPPA (bug #470260). 09 Feb 2013; Fabian Groffen <grobian@gentoo.org> icon-9.5.0.ebuild: Fix install location for Prefix diff --git a/dev-lang/icon/icon-9.5.0.ebuild b/dev-lang/icon/icon-9.5.0.ebuild index 7c1140d80c1b..4da0b39b9a39 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-2013 Gentoo Foundation +# 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.5 2013/02/09 09:08:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.5.0.ebuild,v 1.6 2014/02/08 14:54:30 jer 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" |