summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2025-04-12 00:08:30 -0400
committerStefan Strogin <steils@gentoo.org>2025-04-16 12:54:11 +0000
commitf9f338e6aef293171044d89a4556dbc526105e11 (patch)
tree1920d9e6c5608c6db62f960bb10fbb907d2b8e80 /dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
parent2ed95f1ed448d759bb7cd579fab909597854c9e0 (diff)
downloadgentoo-f9f338e6aef293171044d89a4556dbc526105e11.tar.gz
gentoo-f9f338e6aef293171044d89a4556dbc526105e11.tar.bz2
gentoo-f9f338e6aef293171044d89a4556dbc526105e11.zip
dev-db/sqlcipher: keyword 4.6.1 for ~arm64
Signed-off-by: Joe Kappus <joe@wt.gd> Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher/sqlcipher-4.6.1.ebuild')
-rw-r--r--dev-db/sqlcipher/sqlcipher-4.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
index d891a38d912c..f5cafee0ce2d 100644
--- a/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
+++ b/dev-db/sqlcipher/sqlcipher-4.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="debug libedit readline tcl test"
# Testsuite requires compilation with TCL, bug #582584
REQUIRED_USE="