From 3962ecd17daa69bb3eda8e9de151148b9235ea37 Mon Sep 17 00:00:00 2001
From: Justin Lecher <jlec@gentoo.org>
Date: Fri, 20 Mar 2015 15:15:24 +0000
Subject: Fix ebuild layout

(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
---
 sys-fs/hfsutils/ChangeLog                |  7 +++++--
 sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 12 +++++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

(limited to 'sys-fs')

diff --git a/sys-fs/hfsutils/ChangeLog b/sys-fs/hfsutils/ChangeLog
index 24198557f892..3e96898d7a4a 100644
--- a/sys-fs/hfsutils/ChangeLog
+++ b/sys-fs/hfsutils/ChangeLog
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/hfsutils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.20 2013/08/02 11:35:17 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.21 2015/03/20 15:15:24 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <jlec@gentoo.org> hfsutils-3.2.6-r5.ebuild:
+  Fix ebuild layout
 
   02 Aug 2013; Markus Meier <maekke@gentoo.org> hfsutils-3.2.6-r5.ebuild:
   add ~arm, bug #473474
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
index 176382366fc7..6db55c245c15 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild,v 1.7 2013/08/02 11:35:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild,v 1.8 2015/03/20 15:15:24 jlec Exp $
 
 EAPI=5
 
@@ -15,15 +15,17 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
 IUSE="tcl tk"
 
-DEPEND="tcl? ( dev-lang/tcl )
-	tk? ( dev-lang/tk )"
+DEPEND="
+	tcl? ( dev-lang/tcl:0= )
+	tk? ( dev-lang/tk:0= )"
 RDEPEND="${DEPEND}"
 
 # use tk requires tcl - bug #150437
 REQUIRED_USE="tk? ( tcl )"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-errno.patch \
+	epatch \
+		"${FILESDIR}"/${P}-errno.patch \
 		"${FILESDIR}"/largerthan2gb.patch \
 		"${FILESDIR}"/${P}-fix-tcl-8.6.patch
 }
-- 
cgit v1.2.3-65-gdbad