From 535421924b18f602b971e605782a47cf2fd522ab Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 4 Mar 2023 23:47:05 +0100 Subject: [PATCH] sys-fs/gocryptfs: Bump to 2.3.1, adding ~riscv Signed-off-by: Nils Freydank --- sys-fs/gocryptfs/Manifest | 2 +- .../{gocryptfs-2.3.ebuild => gocryptfs-2.3.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sys-fs/gocryptfs/{gocryptfs-2.3.ebuild => gocryptfs-2.3.1.ebuild} (96%) diff --git a/sys-fs/gocryptfs/Manifest b/sys-fs/gocryptfs/Manifest index cd82619..d5bf54c 100644 --- a/sys-fs/gocryptfs/Manifest +++ b/sys-fs/gocryptfs/Manifest @@ -1 +1 @@ -DIST gocryptfs-2.3.tar.gz 2834894 BLAKE2B b7ebe8ce9affe29699057fdf18e07e2010e8f38bd69df908f1ab7ce9ce8689bec60935f3e7fc89cacbb2e40a1d1974c7031bdeeee15af3cd78955e6675d91d10 SHA512 9c9a5406f75f0d5ed21b48d1e14f006766e50f6792b6917346a154e39b8d69f32e7fe7565b3f71b5ad3169a6e7a2132199ada2cbace4316b440ea9c396ff637b +DIST gocryptfs-2.3.1.tar.gz 2913483 BLAKE2B 8af6dfb289c0a1335bf8eef096269bb2a17401dbf42fc0b7aad4ed7d1daac7efe2a2cf4c7980b41b514241a3e306ac3511f6a1648541c343881addc2311f16cd SHA512 8b95d57726d91da674cc454639122286fa6346f111d5b87d3af03a37ec77bd58037087b7d5ba2cbc5c635ed9c033038a64a0802d94fcbdc80ef5f738a2f540a8 diff --git a/sys-fs/gocryptfs/gocryptfs-2.3.ebuild b/sys-fs/gocryptfs/gocryptfs-2.3.1.ebuild similarity index 96% rename from sys-fs/gocryptfs/gocryptfs-2.3.ebuild rename to sys-fs/gocryptfs/gocryptfs-2.3.1.ebuild index 9ee001d..f2c3278 100644 --- a/sys-fs/gocryptfs/gocryptfs-2.3.ebuild +++ b/sys-fs/gocryptfs/gocryptfs-2.3.1.ebuild @@ -33,9 +33,9 @@ fi LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="debug +man pie +ssl" -# Some tests need and ext4, some need libsandbox.so preloaded. +# Some tests need an ext4, some need libsandbox.so preloaded. RESTRICT="test" BDEPEND="man? ( dev-go/go-md2man )"