diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-04 15:49:03 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-04 15:49:03 +0200 |
commit | 9d07bff102bf69fe82c9a564109c97bdc75c2ba3 (patch) | |
tree | 121fcf8af916917a332b0fcf7ef763ca81002acd /dev-libs/dqlite | |
parent | app-dicts/myspell-en: Stabilize 20221101 ALLARCHES, #889366 (diff) | |
download | gentoo-9d07bff102bf69fe82c9a564109c97bdc75c2ba3.tar.gz gentoo-9d07bff102bf69fe82c9a564109c97bdc75c2ba3.tar.bz2 gentoo-9d07bff102bf69fe82c9a564109c97bdc75c2ba3.zip |
dev-libs/dqlite: stabilize 1.12.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.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dqlite/dqlite-1.12.0.ebuild b/dev-libs/dqlite/dqlite-1.12.0.ebuild index 59ce7c3bdc58..41df3ee6e01f 100644 --- a/dev-libs/dqlite/dqlite-1.12.0.ebuild +++ b/dev-libs/dqlite/dqlite-1.12.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 )" |