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/push/
Date: Fri, 21 Feb 2020 14:11:11
Message-Id: 1582294251.4798bad467e0602737a7a4b4ce7396c633c777ed.mgorny@gentoo
1 commit: 4798bad467e0602737a7a4b4ce7396c633c777ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 14:08:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 14:10:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4798bad4
7
8 app-shells/push: Remove vcs-snapshot
9
10 Closes: https://bugs.gentoo.org/709920
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-shells/push/push-2.0-r1.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild
17 index d1657efa64f..02beb3e3b74 100644
18 --- a/app-shells/push/push-2.0-r1.ebuild
19 +++ b/app-shells/push/push-2.0-r1.ebuild
20 @@ -2,7 +2,6 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit vcs-snapshot
25
26 DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
27 HOMEPAGE="https://github.com/vaeth/push/"