diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 13:51:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 13:51:42 +0200 |
commit | 8297329e074862c85224f37ef17c0bf80863ba72 (patch) | |
tree | 28f40238078d1ff6ca5ea68187816e1f6bd7d916 /app-emacs/webpaste | |
parent | dev-java/maven-bin: Stabilize 3.8.7 amd64, #892696 (diff) | |
download | gentoo-8297329e074862c85224f37ef17c0bf80863ba72.tar.gz gentoo-8297329e074862c85224f37ef17c0bf80863ba72.tar.bz2 gentoo-8297329e074862c85224f37ef17c0bf80863ba72.zip |
app-emacs/webpaste: Stabilize 3.2.2 amd64, #892665
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/webpaste')
-rw-r--r-- | app-emacs/webpaste/webpaste-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/webpaste/webpaste-3.2.2.ebuild b/app-emacs/webpaste/webpaste-3.2.2.ebuild index 1d7054734a31..b019dbc03604 100644 --- a/app-emacs/webpaste/webpaste-3.2.2.ebuild +++ b/app-emacs/webpaste/webpaste-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/etu/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}.el-${PV} LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |