diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-25 10:56:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-25 10:56:38 +0300 |
commit | f8e6c481eebd20520e082c4c2579df4b40d66120 (patch) | |
tree | 50038bbab0cf1fb759962ceb3a22d3b492cdacda /app-emacs/swiper | |
parent | net-analyzer/wireshark: Stabilize 3.6.13 x86, #907129 (diff) | |
download | gentoo-f8e6c481eebd20520e082c4c2579df4b40d66120.tar.gz gentoo-f8e6c481eebd20520e082c4c2579df4b40d66120.tar.bz2 gentoo-f8e6c481eebd20520e082c4c2579df4b40d66120.zip |
app-emacs/swiper: Stabilize 0.14.0 x86, #907115
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/swiper')
-rw-r--r-- | app-emacs/swiper/swiper-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/swiper/swiper-0.14.0.ebuild b/app-emacs/swiper/swiper-0.14.0.ebuild index 569f7e380a5b..99337262c621 100644 --- a/app-emacs/swiper/swiper-0.14.0.ebuild +++ b/app-emacs/swiper/swiper-0.14.0.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}" |