diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 15:09:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 15:10:52 +0100 |
commit | 56640717685a6fb8f126d7b173506e5f0f311bbc (patch) | |
tree | 568e9d2d3891dddd03a90ac1a6802cdc606b3b0b /app-shells/quoter | |
parent | app-shells/push: Remove vcs-snapshot (diff) | |
download | gentoo-56640717685a6fb8f126d7b173506e5f0f311bbc.tar.gz gentoo-56640717685a6fb8f126d7b173506e5f0f311bbc.tar.bz2 gentoo-56640717685a6fb8f126d7b173506e5f0f311bbc.zip |
app-shells/quoter: Remove vcs-snapshot
Closes: https://bugs.gentoo.org/709918
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/quoter')
-rw-r--r-- | app-shells/quoter/quoter-3.0_p2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild index 944f18a4fc0e..4c8b9a03f92c 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/" |