Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/
Date: Fri, 21 Feb 2020 14:11:10
Message-Id: 1582294252.56640717685a6fb8f126d7b173506e5f0f311bbc.mgorny@gentoo
1 commit: 56640717685a6fb8f126d7b173506e5f0f311bbc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 14:09:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 14:10:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56640717
7
8 app-shells/quoter: Remove vcs-snapshot
9
10 Closes: https://bugs.gentoo.org/709918
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-shells/quoter/quoter-3.0_p2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild
17 index 944f18a4fc0..4c8b9a03f92 100644
18 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild
19 +++ b/app-shells/quoter/quoter-3.0_p2-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit toolchain-funcs vcs-snapshot
25 +inherit toolchain-funcs
26
27 DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
28 HOMEPAGE="https://github.com/vaeth/quoter/"