diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-09-07 09:56:15 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-09-07 10:37:25 +0800 |
commit | caf6d737f8af0e5762ce27845d82b17b641cbd4f (patch) | |
tree | 7193b68174cdd18fa0cb56a1cdaad80f6bc159a8 /dev-libs/libmemcached | |
parent | app-emacs/geiser-guile: bump to 0.26.1 (diff) | |
download | gentoo-caf6d737f8af0e5762ce27845d82b17b641cbd4f.tar.gz gentoo-caf6d737f8af0e5762ce27845d82b17b641cbd4f.tar.bz2 gentoo-caf6d737f8af0e5762ce27845d82b17b641cbd4f.zip |
dev-libs/libmemcached: keyword 1.0.18-r4 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/libmemcached')
-rw-r--r-- | dev-libs/libmemcached/libmemcached-1.0.18-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmemcached/libmemcached-1.0.18-r4.ebuild b/dev-libs/libmemcached/libmemcached-1.0.18-r4.ebuild index 494ea66b4cd5..d92170ea5003 100644 --- a/dev-libs/libmemcached/libmemcached-1.0.18-r4.ebuild +++ b/dev-libs/libmemcached/libmemcached-1.0.18-r4.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug hsieh +libevent sasl" # https://bugs.gentoo.org/498250 # https://bugs.launchpad.net/gentoo/+bug/1278023 |