diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 21:04:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 21:04:04 +0000 |
commit | a5109511bba71458f120505c4478881ef0e19f46 (patch) | |
tree | 0070068f7ca4e02472b1817ea76d75f7f3be00e4 /sys-apps | |
parent | sys-process/runit: Stabilize 2.1.2-r1 arm, #790035 (diff) | |
download | gentoo-a5109511bba71458f120505c4478881ef0e19f46.tar.gz gentoo-a5109511bba71458f120505c4478881ef0e19f46.tar.bz2 gentoo-a5109511bba71458f120505c4478881ef0e19f46.zip |
sys-apps/gentoo-functions: Stabilize 0.14 arm, #790038
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild index c8e1da74b5fa..c4742c628760 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.14.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git" else SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.gz" - 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 ~x86-winnt" + 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 ~x86-winnt" fi inherit toolchain-funcs flag-o-matic |