From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB5281384B4 for ; Mon, 21 Dec 2015 18:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C1AA21C05A; Mon, 21 Dec 2015 18:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E03621C05A for ; Mon, 21 Dec 2015 18:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03ED63405BB for ; Mon, 21 Dec 2015 18:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB5B0A91 for ; Mon, 21 Dec 2015 18:05:41 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1450721123.4508a80e9c965899867ca280293e2ae1967d8cc2.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/hexedit/hexedit-1.2.13.ebuild X-VCS-Directories: app-editors/hexedit/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 4508a80e9c965899867ca280293e2ae1967d8cc2 X-VCS-Branch: master Date: Mon, 21 Dec 2015 18:05:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60e84e5b-b275-43fa-ad8e-c1f7fe799e2a X-Archives-Hash: 674ac20ef35378fd86277c6df3325bf5 commit: 4508a80e9c965899867ca280293e2ae1967d8cc2 Author: Thomas Beierlein gentoo org> AuthorDate: Mon Dec 21 18:05:23 2015 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Dec 21 18:05:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4508a80e app-editors/hexedit: add SLOT deps for sys-libs/ncurses Package-Manager: portage-2.2.26 app-editors/hexedit/hexedit-1.2.13.ebuild | 4 ++-- 1 file 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 f7363a8..b0d203c 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}