diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-13 15:03:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-13 15:03:19 -0400 |
commit | 44b276923b08eaa58ae67154ceb22654ab4e16a7 (patch) | |
tree | 286613110b7fa8c535c51ef08e2cbf6edcd32b94 /sys-apps/file/file-9999.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.5.4 (diff) | |
download | gentoo-44b276923b08eaa58ae67154ceb22654ab4e16a7.tar.gz gentoo-44b276923b08eaa58ae67154ceb22654ab4e16a7.tar.bz2 gentoo-44b276923b08eaa58ae67154ceb22654ab4e16a7.zip |
sys-apps/file: version bump to 5.27 (and man page move #426634)
Diffstat (limited to 'sys-apps/file/file-9999.ebuild')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 5aa9298bfd41..658a92fa32a2 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -18,13 +18,17 @@ else fi DESCRIPTION="identify a file's format by scanning binary data for patterns" -HOMEPAGE="http://www.darwinsys.com/file/" +HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/" LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" -DEPEND="python? ( ${PYTHON_DEPS} ) +DEPEND=" + python? ( + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] + ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND} python? ( !dev-python/python-magic )" @@ -42,6 +46,7 @@ multilib_src_configure() { ac_cv_header_zlib_h=$(usex zlib) \ ac_cv_lib_z_gzopen=$(usex zlib) econf \ + --enable-fsect-man5 \ $(use_enable static-libs static) } |