diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-26 13:37:21 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-04-29 15:58:21 +0800 |
commit | c4c1c9b1d4db9987111091320aecef1a86d999c7 (patch) | |
tree | 03802f4580747edae6b1f3d9ac93e3fe2a73ea00 /sys-apps/openrc | |
parent | sys-apps/man-pages: keyword 5.13 for ~loong (diff) | |
download | gentoo-c4c1c9b1d4db9987111091320aecef1a86d999c7.tar.gz gentoo-c4c1c9b1d4db9987111091320aecef1a86d999c7.tar.bz2 gentoo-c4c1c9b1d4db9987111091320aecef1a86d999c7.zip |
sys-apps/openrc: keyword 0.44.10 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.44.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.44.10.ebuild b/sys-apps/openrc/openrc-0.44.10.ebuild index 8ced74993f6f..e7337a132e40 100644 --- a/sys-apps/openrc/openrc-0.44.10.ebuild +++ b/sys-apps/openrc/openrc-0.44.10.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=7 @@ -13,7 +13,7 @@ if [[ ${PV} =~ ^9{4,}$ ]]; then inherit git-r3 else SRC_URI="https://github.com/OpenRC/openrc/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="BSD-2" |