From 79fb4ca498e728dde08f38437609c12117ca42b3 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 21 Mar 2020 20:37:50 +0100 Subject: Cosmetical fixes of the ebuilds. - Always set EAPI in quotes. (allowed style by the documentation) - Call `need-trinity` after depends. (otherwise there is no point) - Call `need-trinity` without version for live ebuilds. (eclass does it) - Remove `offer-hiddensibility` call. (until now) - Add missing copyrights. - Remove empty vars. Signed-off-by: Chris --- www-misc/hldig/hldig-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-misc/hldig/hldig-1.0.2.ebuild') diff --git a/www-misc/hldig/hldig-1.0.2.ebuild b/www-misc/hldig/hldig-1.0.2.ebuild index c4bdb70c..065c4442 100644 --- a/www-misc/hldig/hldig-1.0.2.ebuild +++ b/www-misc/hldig/hldig-1.0.2.ebuild @@ -2,7 +2,7 @@ # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit autotools -- cgit v1.2.1