summaryrefslogtreecommitdiffstats
path: root/trinity-apps/ktechlab/ktechlab-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/ktechlab/ktechlab-9999.ebuild')
-rw-r--r--trinity-apps/ktechlab/ktechlab-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/trinity-apps/ktechlab/ktechlab-9999.ebuild b/trinity-apps/ktechlab/ktechlab-9999.ebuild
index 890f360f..3b84de7a 100644
--- a/trinity-apps/ktechlab/ktechlab-9999.ebuild
+++ b/trinity-apps/ktechlab/ktechlab-9999.ebuild
@@ -6,7 +6,6 @@ EAPI="8"
TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional"
-TRINITY_BUILD_ADMIN="yes"
TRINITY_MODULE_TYPE="applications/development"
inherit trinity-base-2
@@ -18,12 +17,9 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
+IUSE="+handbook"
DEPEND="
dev-embedded/gpsim
"
RDEPEND="${DEPEND}"
-
-src_configure() {
- trinity-econf --disable-final
-}