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 E25581382C5 for ; Sun, 18 Mar 2018 20:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAE68E07FA; Sun, 18 Mar 2018 20:41:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C4EE3E07FA for ; Sun, 18 Mar 2018 20:41:05 +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 F275F335D53 for ; Sun, 18 Mar 2018 20:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 298AF259 for ; Sun, 18 Mar 2018 20:41:02 +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: <1521405655.c6ccea951aa87106f51f3a6243b8aa50bb1d4781.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nx/nx-3.5.99.15.ebuild net-misc/nx/nx-3.5.99.16.ebuild X-VCS-Directories: net-misc/nx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c6ccea951aa87106f51f3a6243b8aa50bb1d4781 X-VCS-Branch: master Date: Sun, 18 Mar 2018 20:41:02 +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: 60ab0014-8f3a-48fc-9bad-869d935dbd88 X-Archives-Hash: 6f91d21888f3ab7357af7d03a15dbf5b commit: c6ccea951aa87106f51f3a6243b8aa50bb1d4781 Author: Lars Wendler gentoo org> AuthorDate: Sun Mar 18 20:40:41 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Mar 18 20:40:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ccea95 net-misc/nx: Added missing x11-proto/xextproto do DEPEND. Closes: https://bugs.gentoo.org/650824 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/nx/nx-3.5.99.15.ebuild | 3 ++- net-misc/nx/nx-3.5.99.16.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/nx/nx-3.5.99.15.ebuild b/net-misc/nx/nx-3.5.99.15.ebuild index 75aa788486f..f051eba5a3c 100644 --- a/net-misc/nx/nx-3.5.99.15.ebuild +++ b/net-misc/nx/nx-3.5.99.15.ebuild @@ -25,7 +25,8 @@ DEPEND="${RDEPEND} x11-libs/libXfont2 x11-misc/gccmakedep x11-misc/imake - x11-proto/inputproto" + x11-proto/inputproto + x11-proto/xextproto" S="${WORKDIR}/nx-libs-${PV}" diff --git a/net-misc/nx/nx-3.5.99.16.ebuild b/net-misc/nx/nx-3.5.99.16.ebuild index 75aa788486f..f051eba5a3c 100644 --- a/net-misc/nx/nx-3.5.99.16.ebuild +++ b/net-misc/nx/nx-3.5.99.16.ebuild @@ -25,7 +25,8 @@ DEPEND="${RDEPEND} x11-libs/libXfont2 x11-misc/gccmakedep x11-misc/imake - x11-proto/inputproto" + x11-proto/inputproto + x11-proto/xextproto" S="${WORKDIR}/nx-libs-${PV}"