diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 15:15:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 15:15:24 +0000 |
commit | 3962ecd17daa69bb3eda8e9de151148b9235ea37 (patch) | |
tree | 6965afa01cad39fdca6893bd90f0706dcc5cfa58 /sys-fs/hfsutils | |
parent | Fix USE=doc. Fix FEATURES=test. (diff) | |
download | gentoo-2-3962ecd17daa69bb3eda8e9de151148b9235ea37.tar.gz gentoo-2-3962ecd17daa69bb3eda8e9de151148b9235ea37.tar.bz2 gentoo-2-3962ecd17daa69bb3eda8e9de151148b9235ea37.zip |
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs/hfsutils')
-rw-r--r-- | sys-fs/hfsutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
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 } |