diff options
author | Sam James <sam@gentoo.org> | 2023-09-03 05:53:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-03 05:53:27 +0100 |
commit | 781af53ee1b737ffdae6110a31cec35b4e89baea (patch) | |
tree | c2bde3c54e1c1fac82771d25381bd3d130b04c3b /dev-db | |
parent | dev-db/libzdb: Stabilize 3.2.3 amd64, #913058 (diff) | |
download | gentoo-781af53ee1b737ffdae6110a31cec35b4e89baea.tar.gz gentoo-781af53ee1b737ffdae6110a31cec35b4e89baea.tar.bz2 gentoo-781af53ee1b737ffdae6110a31cec35b4e89baea.zip |
dev-db/libzdb: Stabilize 3.2.3 x86, #913058
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libzdb/libzdb-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/libzdb/libzdb-3.2.3.ebuild b/dev-db/libzdb/libzdb-3.2.3.ebuild index 75c4960485af..f6f1b34b83a4 100644 --- a/dev-db/libzdb/libzdb-3.2.3.ebuild +++ b/dev-db/libzdb/libzdb-3.2.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.tildeslash.com/${PN}/dist/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc mysql postgres +sqlite ssl static-libs" REQUIRED_USE=" || ( postgres mysql sqlite )" |