Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fluxbox/
Date: Thu, 27 May 2021 14:34:23
Message-Id: 1622126001.8cbe740e942005fe3ba8f64a4035394b64785496.dlan@gentoo
1 commit: 8cbe740e942005fe3ba8f64a4035394b64785496
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 13:47:33 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 14:33:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbe740e
7
8 x11-wm/fluxbox: add riscv keyword
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild b/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild
17 index 1acca675107..0b4473aa39b 100644
18 --- a/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild
19 +++ b/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.xz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
32 IUSE="nls xinerama bidi +truetype +imlib +slit +systray +toolbar vim-syntax"
33
34 REQUIRED_USE="systray? ( toolbar )"