Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sat, 06 Jan 2018 18:34:31
Message-Id: 1515263664.446f54e37e65bcb85500303448dc6483c35765d7.slyfox@gentoo
1 commit: 446f54e37e65bcb85500303448dc6483c35765d7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 18:34:18 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 18:34:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446f54e3
7
8 sys-devel/distcc: keyworded 3.2_rc1-r5 for ia64, bug #643082
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
17 index a2c88769102..2f0c76d44a5 100644
18 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
19 +++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~ia64 ~x86"
32 IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"
33
34 RESTRICT="test"