Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imake/
Date: Tue, 27 Nov 2018 20:31:06
Message-Id: 1543350646.012c42a71d0e454252c6a30313ce28c525fc2da2.mattst88@gentoo
1 commit: 012c42a71d0e454252c6a30313ce28c525fc2da2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 20:29:47 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 20:30:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c42a7
7
8 x11-misc/imake-1.0.7-r1: ia64 stable, bug 668900
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-misc/imake/imake-1.0.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild b/x11-misc/imake/imake-1.0.7-r1.ebuild
16 index df4b24e92c5..548b22561b6 100644
17 --- a/x11-misc/imake/imake-1.0.7-r1.ebuild
18 +++ b/x11-misc/imake/imake-1.0.7-r1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
20 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
21 else
22 SRC_URI="mirror://xorg/util/${P}.tar.bz2"
23 - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="MIT"