diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-29 16:59:09 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-01 09:27:44 +0800 |
commit | 3931b417855a27197f753d52088e0ca5ca2ef14b (patch) | |
tree | 64ff5bb7ac6931b46ec09c73c6f87a652a980da2 /sys-devel | |
parent | dev-lang/python: keyword 3.8.13 for ~loong (diff) | |
download | gentoo-3931b417855a27197f753d52088e0ca5ca2ef14b.tar.gz gentoo-3931b417855a27197f753d52088e0ca5ca2ef14b.tar.bz2 gentoo-3931b417855a27197f753d52088e0ca5ca2ef14b.zip |
sys-devel/bc: keyword 1.07.1-r3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bc/bc-1.07.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bc/bc-1.07.1-r3.ebuild b/sys-devel/bc/bc-1.07.1-r3.ebuild index 84f22cd7fd26..ae9a4a678054 100644 --- a/sys-devel/bc/bc-1.07.1-r3.ebuild +++ b/sys-devel/bc/bc-1.07.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/bc/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libedit readline static" RDEPEND=" |