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 /dev-tqt/tqt | |
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 'dev-tqt/tqt')
-rw-r--r-- | dev-tqt/tqt/tqt-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tqt/tqt/tqt-9999.ebuild b/dev-tqt/tqt/tqt-9999.ebuild index 82174e08..2dd27b16 100644 --- a/dev-tqt/tqt/tqt-9999.ebuild +++ b/dev-tqt/tqt/tqt-9999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit eutils git-r3 toolchain-funcs |