commit: 56640717685a6fb8f126d7b173506e5f0f311bbc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 14:09:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 14:10:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56640717
app-shells/quoter: Remove vcs-snapshot Closes: https://bugs.gentoo.org/709918 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-shells/quoter/quoter-3.0_p2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild index 944f18a4fc0..4c8b9a03f92 100644 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild +++ b/app-shells/quoter/quoter-3.0_p2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs vcs-snapshot +inherit toolchain-funcs DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" HOMEPAGE="https://github.com/vaeth/quoter/"