diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2015-12-21 19:05:23 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2015-12-21 19:05:23 +0100 |
commit | 4508a80e9c965899867ca280293e2ae1967d8cc2 (patch) | |
tree | fd000777aee3057cafa42d069f6c210bc28d3361 /app-editors/hexedit/hexedit-1.2.13.ebuild | |
parent | media-radio/ax25-apps: add SLOT deps for sys-libs/ncurses (diff) | |
download | gentoo-4508a80e9c965899867ca280293e2ae1967d8cc2.tar.gz gentoo-4508a80e9c965899867ca280293e2ae1967d8cc2.tar.bz2 gentoo-4508a80e9c965899867ca280293e2ae1967d8cc2.zip |
app-editors/hexedit: add SLOT deps for sys-libs/ncurses
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-editors/hexedit/hexedit-1.2.13.ebuild')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index f7363a85fa12..b0d203c7faf7 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -DEPEND="sys-libs/ncurses" +DEPEND="sys-libs/ncurses:=" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |