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 --- trinity-apps/kshutdown/kshutdown-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trinity-apps/kshutdown') diff --git a/trinity-apps/kshutdown/kshutdown-9999.ebuild b/trinity-apps/kshutdown/kshutdown-9999.ebuild index a8f0ceeb..73e1f479 100644 --- a/trinity-apps/kshutdown/kshutdown-9999.ebuild +++ b/trinity-apps/kshutdown/kshutdown-9999.ebuild @@ -18,10 +18,6 @@ DESCRIPTION="A graphical shutdown utility for TDE" HOMEPAGE="http://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" -need-trinity 14.1.0 - -SLOT="${TRINITY_VER}" - IUSE="extras" RDEPEND=" @@ -29,6 +25,10 @@ RDEPEND=" =trinity-base/kcontrol-${PV} =trinity-base/kdialog-${PV}" +need-trinity + +SLOT="${TRINITY_VER}" + src_configure() { mycmakeargs=( -DBUILD_EXTRAS="$(usex extras)" -- cgit v1.2.1