diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-16 14:33:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-29 23:14:18 +0100 |
commit | b7812c1260ab1dcb123c0cd4f49dfe61fd6b3e5f (patch) | |
tree | 09aede5cc806586f78e3abbe1fbaf215c09fcf9d /eclass | |
parent | 9ec8f291608f640371822c1be2f0053b360d7a65 (diff) | |
download | tde-packaging-gentoo-b7812c1260ab1dcb123c0cd4f49dfe61fd6b3e5f.tar.gz tde-packaging-gentoo-b7812c1260ab1dcb123c0cd4f49dfe61fd6b3e5f.zip |
trinity-functions-2.eclass: TRINITY_NEED_ARTS moved to trinity-base-2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-functions-2.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/trinity-functions-2.eclass b/eclass/trinity-functions-2.eclass index 89b9e67d..c9e2f6d5 100644 --- a/eclass/trinity-functions-2.eclass +++ b/eclass/trinity-functions-2.eclass @@ -133,12 +133,6 @@ need-trinity() { RDEPEND+=" ${my_depend}" } -# @ECLASS-VARIABLE: TRINITY_NEED_ARTS -# @DESCRIPTION: -# This variable is set by the need-arts function. -# Possible arguments are 'yes', 'no' and 'optional'. Default is 'no'. -TRINITY_NEED_ARTS="no" - # @FUNCTION: need-arts # @USAGE: need-arts <yes|optional> # @DESCRIPTION: |