diff options
author | 2018-08-10 09:53:28 +0200 | |
---|---|---|
committer | 2018-08-10 09:53:28 +0200 | |
commit | aba8369db080d297178da9a400114ab63b72af0f (patch) | |
tree | a1fa9d2d6872dda8dcbd2d08a33932db014fccaf /app-shells | |
parent | app-shells/schily-tools: Version bump (diff) | |
download | mv-aba8369db080d297178da9a400114ab63b72af0f.tar.gz mv-aba8369db080d297178da9a400114ab63b72af0f.tar.bz2 mv-aba8369db080d297178da9a400114ab63b72af0f.zip |
EAPI=7 bumps
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/push/push-3.1-r1.ebuild (renamed from app-shells/push/push-3.1.ebuild) | 3 | ||||
-rw-r--r-- | app-shells/quoter/quoter-4.1-r1.ebuild (renamed from app-shells/quoter/quoter-4.1.ebuild) | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-shells/push/push-3.1.ebuild b/app-shells/push/push-3.1-r1.ebuild index ee483815..d1006ed4 100644 --- a/app-shells/push/push-3.1.ebuild +++ b/app-shells/push/push-3.1-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 2012-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit vcs-snapshot +EAPI=7 DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" HOMEPAGE="https://github.com/vaeth/push/" diff --git a/app-shells/quoter/quoter-4.1.ebuild b/app-shells/quoter/quoter-4.1-r1.ebuild index 5219db24..f1be9f2e 100644 --- a/app-shells/quoter/quoter-4.1.ebuild +++ b/app-shells/quoter/quoter-4.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 2016-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit toolchain-funcs vcs-snapshot +EAPI=7 +inherit toolchain-funcs DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" HOMEPAGE="https://github.com/vaeth/quoter/" |