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 085CF139085 for ; Fri, 13 Jan 2017 13:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BE723403F; Fri, 13 Jan 2017 13:54: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 29CC923403F for ; Fri, 13 Jan 2017 13:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3EB523416FD for ; Fri, 13 Jan 2017 13:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF54B2623 for ; Fri, 13 Jan 2017 13:54:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1484315645.3d4d81bc4489f8af0eb5a5bafd63c936453aa14b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xystray/xystray-1.0.ebuild X-VCS-Directories: x11-misc/xystray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3d4d81bc4489f8af0eb5a5bafd63c936453aa14b X-VCS-Branch: master Date: Fri, 13 Jan 2017 13:54:13 +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: 54c618b4-0704-45d1-b8d8-4f3ad6f8f9e6 X-Archives-Hash: 5494e845fe3c79161b4ef4d75508874e commit: 3d4d81bc4489f8af0eb5a5bafd63c936453aa14b Author: Marek Szuba gentoo org> AuthorDate: Fri Jan 13 13:50:54 2017 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jan 13 13:54:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4d81bc x11-misc/xystray: add missing build-time dependency Gentoo-Bug: 605570 Package-Manager: portage-2.3.0 x11-misc/xystray/xystray-1.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 504d9da..7732b83 100644 --- a/x11-misc/xystray/xystray-1.0.ebuild +++ b/x11-misc/xystray/xystray-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +CDEPEND=" x11-libs/libX11 x11-libs/libXt" - -RDEPEND="${DEPEND}" +DEPEND="${CDEPEND} + x11-libs/libXaw" +RDEPEND="${CDEPEND}" PATCHES=( "${FILESDIR}/${P}-ldflags.patch"