summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kplayer
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-03-21 20:37:50 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-03-21 19:47:54 +0000
commit79fb4ca498e728dde08f38437609c12117ca42b3 (patch)
tree53791e91810140211e8a785ce300b72bf756fce6 /trinity-apps/kplayer
parent9ba36669dd0dbd993be743729c1e7fc20b3a4f77 (diff)
downloadtde-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/kplayer')
-rw-r--r--trinity-apps/kplayer/kplayer-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-apps/kplayer/kplayer-9999.ebuild b/trinity-apps/kplayer/kplayer-9999.ebuild
index e5462140..0bf3e712 100644
--- a/trinity-apps/kplayer/kplayer-9999.ebuild
+++ b/trinity-apps/kplayer/kplayer-9999.ebuild
@@ -22,6 +22,6 @@ LICENSE="|| ( GPL-2 GPL-3 )"
DEPEND="media-video/mplayer"
RDEPEND="${DEPEND}"
-need-trinity 14.1.0
+need-trinity
SLOT="${TRINITY_VER}"