diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-17 20:32:09 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-17 20:32:09 -0500 |
commit | 53d1499bccc296020c008362b06fea601391a0a2 (patch) | |
tree | 895d74bd082251fb6b696883959e0aa3305742dc /app-text/delta | |
parent | app-text/delta: ALLARCHES EAPI bump (diff) | |
download | gentoo-53d1499bccc296020c008362b06fea601391a0a2.tar.gz gentoo-53d1499bccc296020c008362b06fea601391a0a2.tar.bz2 gentoo-53d1499bccc296020c008362b06fea601391a0a2.zip |
app-text/delta: drop quotes on EAPI version
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/delta')
-rw-r--r-- | app-text/delta/delta-20060803-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/delta/delta-20060803-r1.ebuild b/app-text/delta/delta-20060803-r1.ebuild index 77f5c50a6b22..5ba3fdf1514b 100644 --- a/app-text/delta/delta-20060803-r1.ebuild +++ b/app-text/delta/delta-20060803-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 inherit toolchain-funcs |