diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-08 19:03:42 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-08 19:17:50 +0200 |
commit | 7b14037b71322669f4684928fa126c2590f82656 (patch) | |
tree | 6a800c7caaf29a3b1a6cd2086f2b701a82104f25 /app-text | |
parent | app-text/vgrep: normalize go packaging (diff) | |
download | gentoo-7b14037b71322669f4684928fa126c2590f82656.tar.gz gentoo-7b14037b71322669f4684928fa126c2590f82656.tar.bz2 gentoo-7b14037b71322669f4684928fa126c2590f82656.zip |
app-text/vgrep: amd64 stable
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/vgrep/vgrep-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/vgrep/vgrep-2.5.1.ebuild b/app-text/vgrep/vgrep-2.5.1.ebuild index 9ee18dfc15b3..bc38ee195178 100644 --- a/app-text/vgrep/vgrep-2.5.1.ebuild +++ b/app-text/vgrep/vgrep-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD GPL-3+ MIT MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" # golangci-lint is required to run tests which is not yet packaged RESTRICT="strip test" |