Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/
Date: Sat, 04 May 2019 14:28:42
Message-Id: 1556980096.39b68f1dc1be931cbf3ee71db4ec025d6bff1ee4.dilfridge@gentoo
1 commit: 39b68f1dc1be931cbf3ee71db4ec025d6bff1ee4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 14:25:25 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 14:28:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b68f1d
7
8 app-portage/ufed: keyword ~riscv
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-portage/ufed/ufed-0.94.ebuild | 2 +-
14 app-portage/ufed/ufed-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-portage/ufed/ufed-0.94.ebuild b/app-portage/ufed/ufed-0.94.ebuild
18 index dcaf61631b1..85c8b8d5d9a 100644
19 --- a/app-portage/ufed/ufed-0.94.ebuild
20 +++ b/app-portage/ufed/ufed-0.94.ebuild
21 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
22 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git"
23 else
24 SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2"
25 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
26 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
27 fi
28
29 inherit autotools out-of-source
30
31 diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild
32 index 0f55f3198f9..74f9f4a789b 100644
33 --- a/app-portage/ufed/ufed-9999.ebuild
34 +++ b/app-portage/ufed/ufed-9999.ebuild
35 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then
36 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git"
37 else
38 SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2"
39 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
40 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 fi
42
43 inherit autotools out-of-source