diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 00:37:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 00:37:08 +0100 |
commit | 9fbced1598795acfbf2b7af89968c59481a09023 (patch) | |
tree | eb0adfea68d7201d95e201d488f982d57cfd62ad /dev-db | |
parent | app-shells/fsh: Stabilize 1.0.0_p20220816 amd64, #931054 (diff) | |
download | gentoo-9fbced1598795acfbf2b7af89968c59481a09023.tar.gz gentoo-9fbced1598795acfbf2b7af89968c59481a09023.tar.bz2 gentoo-9fbced1598795acfbf2b7af89968c59481a09023.zip |
dev-db/litedb: Stabilize 5.0.17-r2 amd64, #931054
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/litedb/litedb-5.0.17-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/litedb/litedb-5.0.17-r2.ebuild b/dev-db/litedb/litedb-5.0.17-r2.ebuild index c80809087ccb..f50faa02587b 100644 --- a/dev-db/litedb/litedb-5.0.17-r2.ebuild +++ b/dev-db/litedb/litedb-5.0.17-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -243,7 +243,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi SRC_URI+=" ${NUGET_URIS} " |