diff options
author | 2021-06-07 07:21:41 +0100 | |
---|---|---|
committer | 2021-06-07 07:25:00 +0100 | |
commit | e196ce0c6d3ae1cbb683a12a2a14f2965db58da7 (patch) | |
tree | cc5f78c4af8c7ff0cb2704cd2dcf74e7cee0ec3c /dev-libs | |
parent | dev-perl/Filesys-Notify-Simple: stable 0.140.0 for ppc (diff) | |
download | gentoo-e196ce0c6d3ae1cbb683a12a2a14f2965db58da7.tar.gz gentoo-e196ce0c6d3ae1cbb683a12a2a14f2965db58da7.tar.bz2 gentoo-e196ce0c6d3ae1cbb683a12a2a14f2965db58da7.zip |
dev-libs/libuv: stable 1.41.0 for ppc
stable wrt bug #793899
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libuv/libuv-1.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libuv/libuv-1.41.0.ebuild b/dev-libs/libuv/libuv-1.41.0.ebuild index f1896bd30eed..f473cd75cab8 100644 --- a/dev-libs/libuv/libuv-1.41.0.ebuild +++ b/dev-libs/libuv/libuv-1.41.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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 ~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" fi LICENSE="BSD BSD-2 ISC MIT" |