diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-15 08:42:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-15 09:11:25 +0200 |
commit | fbbd8fb9cc592333591e0ea5a1054352dc856274 (patch) | |
tree | 22eca83aab1c6a3d7f42b6480259a372c46711e7 /dev-libs/dqlite | |
parent | sci-mathematics/z3: Bump to 4.12.0 (diff) | |
download | gentoo-fbbd8fb9cc592333591e0ea5a1054352dc856274.tar.gz gentoo-fbbd8fb9cc592333591e0ea5a1054352dc856274.tar.bz2 gentoo-fbbd8fb9cc592333591e0ea5a1054352dc856274.zip |
dev-libs/dqlite: stabilize 1.13.0 for amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/dqlite')
-rw-r--r-- | dev-libs/dqlite/dqlite-1.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dqlite/dqlite-1.13.0.ebuild b/dev-libs/dqlite/dqlite-1.13.0.ebuild index 8a73c0b76fbb..5dc934b5faf6 100644 --- a/dev-libs/dqlite/dqlite-1.13.0.ebuild +++ b/dev-libs/dqlite/dqlite-1.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/canonical/dqlite/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3-with-linking-exception" SLOT="0/1.12.0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |