From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1136138331 for ; Mon, 15 Jan 2018 10:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D330E08EC; Mon, 15 Jan 2018 10:52:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A76CE08EC for ; Mon, 15 Jan 2018 10:52:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DEEE335C4E for ; Mon, 15 Jan 2018 10:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96BC1B6 for ; Mon, 15 Jan 2018 10:52:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516013540.66e12833d2428172e9b4a1ecf2fd602f326557d1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/w3m-0.5.3-r9.ebuild X-VCS-Directories: www-client/w3m/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 66e12833d2428172e9b4a1ecf2fd602f326557d1 X-VCS-Branch: master Date: Mon, 15 Jan 2018 10:52:37 +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: c96ebece-348c-4ae3-8466-609337fc3ce2 X-Archives-Hash: d302b21b4bd36c3192cfa2ba95ed74ea commit: 66e12833d2428172e9b4a1ecf2fd602f326557d1 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 15 10:52:20 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 15 10:52:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e12833 www-client/w3m: Added sub-slot dep for boehm-gc. Package-Manager: Portage-2.3.19, Repoman-2.3.6 www-client/w3m/w3m-0.5.3-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild b/www-client/w3m/w3m-0.5.3-r9.ebuild index cb805427174..9fef12101d5 100644 --- a/www-client/w3m/w3m-0.5.3-r9.ebuild +++ b/www-client/w3m/w3m-0.5.3-r9.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 @@ -20,7 +20,7 @@ IUSE="X fbcon gpm gtk imlib libressl lynxkeymap nls nntp ssl unicode xface l10n_ # allow us to build w/o X, so we have to give up framebuffer w3mimg.... RDEPEND=">=sys-libs/ncurses-5.2-r3:0= >=sys-libs/zlib-1.1.3-r2 - >=dev-libs/boehm-gc-6.2 + >=dev-libs/boehm-gc-6.2:= X? ( x11-libs/libXext x11-libs/libXdmcp ) gtk? ( x11-libs/gdk-pixbuf ) !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )