diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 21:39:05 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 21:39:50 +0300 |
commit | 44d48bcf25387def705416250c317ccca5cc7fcd (patch) | |
tree | d2f1163567b54a59e836f3eb4fdedad639aec95a /virtual/acl | |
parent | dev-perl/Authen-SASL: keyword ~riscv (diff) | |
download | gentoo-44d48bcf25387def705416250c317ccca5cc7fcd.tar.gz gentoo-44d48bcf25387def705416250c317ccca5cc7fcd.tar.bz2 gentoo-44d48bcf25387def705416250c317ccca5cc7fcd.zip |
virtual/acl: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual/acl')
-rw-r--r-- | virtual/acl/acl-0-r1.ebuild | 4 | ||||
-rw-r--r-- | virtual/acl/acl-0-r2.ebuild | 4 | ||||
-rw-r--r-- | virtual/acl/acl-0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/virtual/acl/acl-0-r1.ebuild b/virtual/acl/acl-0-r1.ebuild index 3464d1aa3c53..2ccd1f23899d 100644 --- a/virtual/acl/acl-0-r1.ebuild +++ b/virtual/acl/acl-0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for acl support (sys/acl.h)" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] ) diff --git a/virtual/acl/acl-0-r2.ebuild b/virtual/acl/acl-0-r2.ebuild index 5e96576f5904..d94369795d3b 100644 --- a/virtual/acl/acl-0-r2.ebuild +++ b/virtual/acl/acl-0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit multilib-build DESCRIPTION="Virtual for acl support (sys/acl.h)" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] ) diff --git a/virtual/acl/acl-0.ebuild b/virtual/acl/acl-0.ebuild index e03c02b90aed..5e6ab2e745cb 100644 --- a/virtual/acl/acl-0.ebuild +++ b/virtual/acl/acl-0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for acl support (sys/acl.h)" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND="kernel_linux? ( sys-apps/acl ) kernel_FreeBSD? ( sys-freebsd/freebsd-lib )" |