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/crossdev/
Date: Sun, 07 Jan 2018 14:47:39
Message-Id: 1515336448.5c9a9454c0b868432042d9680015bfa81fb9f74e.slyfox@gentoo
1 commit: 5c9a9454c0b868432042d9680015bfa81fb9f74e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 14:45:55 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 14:47:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9a9454
7
8 sys-devel/crossdev: stable 20171230 on all arches
9
10 It's the first version of crossdev that supports USE=headers-only.
11
12 Bug: https://bugs.gentoo.org/642712
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 sys-devel/crossdev/crossdev-20171230.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-devel/crossdev/crossdev-20171230.ebuild b/sys-devel/crossdev/crossdev-20171230.ebuild
19 index 73d9c469006..23a0747eb41 100644
20 --- a/sys-devel/crossdev/crossdev-20171230.ebuild
21 +++ b/sys-devel/crossdev/crossdev-20171230.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then
29 else
30 SRC_URI="mirror://gentoo/${P}.tar.xz
31 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
33 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
34 fi
35
36 DESCRIPTION="Gentoo Cross-toolchain generator"