diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-29 20:26:11 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-29 22:18:36 +0100 |
commit | 558c414c8ef6978f14e5bcdd88088d56ee7b2ba2 (patch) | |
tree | b09b1746d7ec142840f5e48891b8aedb97552ba8 /app-editors/zile | |
parent | www-client/opera-developer: Old. (diff) | |
download | gentoo-558c414c8ef6978f14e5bcdd88088d56ee7b2ba2.tar.gz gentoo-558c414c8ef6978f14e5bcdd88088d56ee7b2ba2.tar.bz2 gentoo-558c414c8ef6978f14e5bcdd88088d56ee7b2ba2.zip |
app-editors/zile: Add slot operator dependency for boehm-gc.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/zile-2.4.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild index a7de10e06756..74d312cf2c51 100644 --- a/app-editors/zile/zile-2.4.13.ebuild +++ b/app-editors/zile/zile-2.4.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" -RDEPEND=">=dev-libs/boehm-gc-7.2 +RDEPEND=">=dev-libs/boehm-gc-7.2:= sys-libs/ncurses:0 acl? ( virtual/acl )" |