diff options
author | Chris <xchrisx@uber.space> | 2020-03-21 20:37:50 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-21 19:47:54 +0000 |
commit | 79fb4ca498e728dde08f38437609c12117ca42b3 (patch) | |
tree | 53791e91810140211e8a785ce300b72bf756fce6 /trinity-apps/kima | |
parent | 9ba36669dd0dbd993be743729c1e7fc20b3a4f77 (diff) | |
download | tde-packaging-gentoo-79fb4ca498e728dde08f38437609c12117ca42b3.tar.gz tde-packaging-gentoo-79fb4ca498e728dde08f38437609c12117ca42b3.zip |
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 <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps/kima')
-rw-r--r-- | trinity-apps/kima/kima-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trinity-apps/kima/kima-9999.ebuild b/trinity-apps/kima/kima-9999.ebuild index fff6bf15..aebd7f2d 100644 --- a/trinity-apps/kima/kima-9999.ebuild +++ b/trinity-apps/kima/kima-9999.ebuild @@ -15,12 +15,12 @@ DESCRIPTION="A Kicker monitoring applet" HOMEPAGE="http://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" -need-trinity 14.1.0 +need-trinity SLOT="${TRINITY_VER}" # NVControl support needs the nvidia-settings package, -# which isn't in the portage tree anymore. So if there +# which isn't in the Portage tree anymore. So if there # is interest, it could be imported to the overlay maybe. src_configure() { |