diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:53:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 12:53:25 +0200 |
commit | 47ea4f92995bdcdae9e708c43d17d3949cfc7f17 (patch) | |
tree | fbddda1959069bdcdd194072a52dcb52f7843083 /app-emacs/swiper | |
parent | dev-python/wheel: Remove old (diff) | |
download | gentoo-47ea4f92995bdcdae9e708c43d17d3949cfc7f17.tar.gz gentoo-47ea4f92995bdcdae9e708c43d17d3949cfc7f17.tar.bz2 gentoo-47ea4f92995bdcdae9e708c43d17d3949cfc7f17.zip |
app-emacs/swiper: Stabilize 0.14.2 amd64, #919921
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/swiper')
-rw-r--r-- | app-emacs/swiper/swiper-0.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/swiper/swiper-0.14.2.ebuild b/app-emacs/swiper/swiper-0.14.2.ebuild index 569f7e380a5b..6ff5c62ec0f0 100644 --- a/app-emacs/swiper/swiper-0.14.2.ebuild +++ b/app-emacs/swiper/swiper-0.14.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/abo-abo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" # Ivy, Swiper and Counsel tests are performed in app-emacs/ivy RDEPEND=">=app-emacs/ivy-${PV}" |