diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-07-26 10:41:24 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-07-26 10:41:24 -0400 |
commit | a69d6b0d1c25f79f3bcd2916d60caff663f63ae8 (patch) | |
tree | a5312f656fe1fe119aebc6d030e3c67b6763c24d /app-text/yodl | |
parent | sys-freebsd/freebsd-ubin: Fix FreeBSD-SA-16:25.bspatch. (diff) | |
download | gentoo-a69d6b0d1c25f79f3bcd2916d60caff663f63ae8.tar.gz gentoo-a69d6b0d1c25f79f3bcd2916d60caff663f63ae8.tar.bz2 gentoo-a69d6b0d1c25f79f3bcd2916d60caff663f63ae8.zip |
app-text/yodl: bump icmake version build dep
Fixes build failure in bug #589728.
Diffstat (limited to 'app-text/yodl')
-rw-r--r-- | app-text/yodl/yodl-3.08.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/yodl/yodl-3.08.01.ebuild b/app-text/yodl/yodl-3.08.01.ebuild index d67ebca5ea3b..7edc398e0fcf 100644 --- a/app-text/yodl/yodl-3.08.01.ebuild +++ b/app-text/yodl/yodl-3.08.01.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="dev-util/icmake" +DEPEND=">=dev-util/icmake-8.00.00" S=${WORKDIR}/${P}/${PN} |