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: dev-libs/libevdev/
Date: Sat, 06 Feb 2021 01:09:46
Message-Id: 1612573748.12f4bdcabfb8ae34650dc8fdda64ce0b9e527fe9.dilfridge@gentoo
1 commit: 12f4bdcabfb8ae34650dc8fdda64ce0b9e527fe9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 01:09:08 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 01:09:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f4bdca
7
8 dev-libs/libevdev: re-keyword ~riscv
9
10 Closes: https://bugs.gentoo.org/768843
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-libs/libevdev/libevdev-1.11.0.ebuild | 4 ++--
15 dev-libs/libevdev/libevdev-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-libs/libevdev/libevdev-1.11.0.ebuild b/dev-libs/libevdev/libevdev-1.11.0.ebuild
19 index dbdaeebcd51..11acafcb229 100644
20 --- a/dev-libs/libevdev/libevdev-1.11.0.ebuild
21 +++ b/dev-libs/libevdev/libevdev-1.11.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
29 inherit git-r3
30 else
31 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
34 fi
35
36 LICENSE="MIT"
37
38 diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
39 index dbdaeebcd51..11acafcb229 100644
40 --- a/dev-libs/libevdev/libevdev-9999.ebuild
41 +++ b/dev-libs/libevdev/libevdev-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
49 inherit git-r3
50 else
51 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
52 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
53 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
54 fi
55
56 LICENSE="MIT"