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: Wed, 16 Jan 2019 23:01:09
Message-Id: 1547679437.aa673f9b5d6744fb135f631e7c84dffa2c27d83b.slyfox@gentoo
1 commit: aa673f9b5d6744fb135f631e7c84dffa2c27d83b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 22:57:17 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 22:57:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa673f9b
7
8 sys-devel/crossdev: stable 20181020 everywhere
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/crossdev/crossdev-20181020.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/crossdev/crossdev-20181020.ebuild b/sys-devel/crossdev/crossdev-20181020.ebuild
17 index 5df04406ba6..684e23fcf07 100644
18 --- a/sys-devel/crossdev/crossdev-20181020.ebuild
19 +++ b/sys-devel/crossdev/crossdev-20181020.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then
27 else
28 SRC_URI="mirror://gentoo/${P}.tar.xz
29 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
31 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
32 fi
33
34 DESCRIPTION="Gentoo Cross-toolchain generator"