diff options
author | 2022-09-15 08:46:33 +0200 | |
---|---|---|
committer | 2022-09-15 08:46:49 +0200 | |
commit | 7ffd31a2842df78eb74d21f1319446fb136dafe6 (patch) | |
tree | e2acc812c5eb8b0fa1d93ddb1d7a14f145c1ca38 /dev-vcs | |
parent | dev-ml/bos: Stabilize 0.2.1 amd64, #867118 (diff) | |
download | gentoo-7ffd31a2842df78eb74d21f1319446fb136dafe6.tar.gz gentoo-7ffd31a2842df78eb74d21f1319446fb136dafe6.tar.bz2 gentoo-7ffd31a2842df78eb74d21f1319446fb136dafe6.zip |
dev-vcs/vcsh: Stabilize 1.20190621.4 amd64, #867130
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/vcsh/vcsh-1.20190621.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/vcsh/vcsh-1.20190621.4.ebuild b/dev-vcs/vcsh/vcsh-1.20190621.4.ebuild index 20daa45b2ae0..f0b6656e74b6 100644 --- a/dev-vcs/vcsh/vcsh-1.20190621.4.ebuild +++ b/dev-vcs/vcsh/vcsh-1.20190621.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/RichiH/vcsh/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RESTRICT="test" |