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 612AE139694 for ; Sun, 26 Feb 2017 05:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEAF3E0C02; Sun, 26 Feb 2017 05:15:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B676E0C02 for ; Sun, 26 Feb 2017 05:15:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C58D9340F53 for ; Sun, 26 Feb 2017 05:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3094054DF for ; Sun, 26 Feb 2017 05:15:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1488086081.b8384459af343d25bd5c6d3d6c761e8dc1d70c67.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXt/libXt-1.1.4.ebuild x11-libs/libXt/libXt-1.1.5.ebuild X-VCS-Directories: x11-libs/libXt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b8384459af343d25bd5c6d3d6c761e8dc1d70c67 X-VCS-Branch: master Date: Sun, 26 Feb 2017 05:15:15 +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: 95a97072-c1d6-41a4-9e98-146f7c9b2778 X-Archives-Hash: b6abe8d5556deccee88775b427e39ac2 commit: b8384459af343d25bd5c6d3d6c761e8dc1d70c67 Author: Matt Turner gentoo org> AuthorDate: Sun Feb 26 05:14:41 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 26 05:14:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8384459 x11-libs/libXt: Depend on dev-libs/glib for USE=test. Bug: https://bugs.gentoo.org/435924 x11-libs/libXt/libXt-1.1.4.ebuild | 5 +++-- x11-libs/libXt/libXt-1.1.5.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-libs/libXt/libXt-1.1.4.ebuild b/x11-libs/libXt/libXt-1.1.4.ebuild index 02033fa3d1..68c3c1dda6 100644 --- a/x11-libs/libXt/libXt-1.1.4.ebuild +++ b/x11-libs/libXt/libXt-1.1.4.ebuild @@ -10,14 +10,15 @@ inherit xorg-2 toolchain-funcs DESCRIPTION="X.Org X Toolkit Intrinsics library" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" +IUSE="test" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-libs/glib )" src_configure() { tc-export_build_env diff --git a/x11-libs/libXt/libXt-1.1.5.ebuild b/x11-libs/libXt/libXt-1.1.5.ebuild index cc9b7472f5..37fd481976 100644 --- a/x11-libs/libXt/libXt-1.1.5.ebuild +++ b/x11-libs/libXt/libXt-1.1.5.ebuild @@ -10,14 +10,15 @@ inherit xorg-2 toolchain-funcs DESCRIPTION="X.Org X Toolkit Intrinsics library" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" +IUSE="test" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-libs/glib )" src_configure() { tc-export_build_env