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 }