diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-16 14:30:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-29 23:14:17 +0100 |
commit | 84844feab1702612fef4ccc56bb4b6b14a2fda63 (patch) | |
tree | 24344e2ef16a78c63716bfb18ccc405a12ea2d9c /trinity-base | |
parent | bf674fdfe013acd7aca626d0970b82c14311cd01 (diff) | |
download | tde-packaging-gentoo-84844feab1702612fef4ccc56bb4b6b14a2fda63.tar.gz tde-packaging-gentoo-84844feab1702612fef4ccc56bb4b6b14a2fda63.zip |
trinity-base/libkonq: need-arts -> TRINITY_NEED_ARTS
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base')
-rw-r--r-- | trinity-base/libkonq/libkonq-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/trinity-base/libkonq/libkonq-9999.ebuild b/trinity-base/libkonq/libkonq-9999.ebuild index 27740145..db184537 100644 --- a/trinity-base/libkonq/libkonq-9999.ebuild +++ b/trinity-base/libkonq/libkonq-9999.ebuild @@ -3,12 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" +TRINITY_NEED_ARTS="optional" inherit trinity-meta-2 -need-arts optional - DESCRIPTION="The embeddable part of konqueror" TSM_EXTRACT_ALSO="translations/" |