Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/icon/
Date: Sat, 12 May 2018 15:33:13
Message-Id: 1526139112.89d06193ec9f79cf6e8bfc40697e920023eeb2cd.slyfox@gentoo
1 commit: 89d06193ec9f79cf6e8bfc40697e920023eeb2cd
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 15:31:52 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 15:31:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d06193
7
8 dev-lang/icon: stable 9.5.1-r1 for ia64, bug #652178
9
10 Bug: https://bugs.gentoo.org/652178
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 dev-lang/icon/icon-9.5.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/icon/icon-9.5.1-r1.ebuild b/dev-lang/icon/icon-9.5.1-r1.ebuild
18 index e0752c583f6..eb34218b328 100644
19 --- a/dev-lang/icon/icon-9.5.1-r1.ebuild
20 +++ b/dev-lang/icon/icon-9.5.1-r1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v${MY_PV}src.tgz"
22
23 LICENSE="public-domain HPND"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
27 IUSE="X iplsrc"
28
29 S="${WORKDIR}/icon-v${MY_PV}src"