From 71a33a9a62d1caac3656f405f50c9e7cfb6f84ce Mon Sep 17 00:00:00 2001 From: "Wulf C. Krueger" Date: Sat, 9 Oct 2010 22:12:29 +0200 Subject: [PATCH] Make installation of bl-1 stuff optional. --- packages/sys-apps/halevt/halevt-0.1.4.exheres-0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 b/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 index b8c3236..d231789 100644 --- a/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 +++ b/packages/sys-apps/halevt/halevt-0.1.4.exheres-0 @@ -9,7 +9,7 @@ DOWNLOADS="mirror://savannah/halevt/${PNV}.tar.gz" LICENCES="GPL-2" SLOT="0" PLATFORMS="~amd64" -MYOPTIONS="" +MYOPTIONS="baselayout" DEPENDENCIES=" build: @@ -36,7 +36,8 @@ src_install() { insinto /etc/halevt doins *.xml - hereinitd halevt < # Distributed under the terms of the GNU General Public License, v2 or later @@ -57,5 +58,6 @@ stop() { eend $? } EOF + fi }