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 7A92C138330 for ; Wed, 30 May 2018 21:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DFBE0920; Wed, 30 May 2018 21:13:20 +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 F3C83E091D for ; Wed, 30 May 2018 21:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 80F9A335CA5 for ; Wed, 30 May 2018 21:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A312B7 for ; Wed, 30 May 2018 21:13:16 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1527714786.ee72b353c542dcbc423e27f54ef0f38aa19a804d.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/openbox/openbox-3.6.1.ebuild x11-wm/openbox/openbox-9999.ebuild X-VCS-Directories: x11-wm/openbox/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ee72b353c542dcbc423e27f54ef0f38aa19a804d X-VCS-Branch: master Date: Wed, 30 May 2018 21:13:16 +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: e4a22411-d225-4e2c-8538-a1d8b7049870 X-Archives-Hash: 4ddbcf531f80086ad1650ba9f653c5bf commit: ee72b353c542dcbc423e27f54ef0f38aa19a804d Author: Johannes Huber gentoo org> AuthorDate: Wed May 30 20:11:08 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 30 21:13:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee72b353 x11-wm/openbox: Add missing deps Closes: https://bugs.gentoo.org/588930 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-wm/openbox/openbox-3.6.1.ebuild | 4 ++++ x11-wm/openbox/openbox-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/x11-wm/openbox/openbox-3.6.1.ebuild b/x11-wm/openbox/openbox-3.6.1.ebuild index d06a776bab0..1786f2c2ccf 100644 --- a/x11-wm/openbox/openbox-3.6.1.ebuild +++ b/x11-wm/openbox/openbox-3.6.1.ebuild @@ -29,6 +29,10 @@ REQUIRED_USE="xdg? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.0 >=media-libs/fontconfig-2 + x11-libs/cairo + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrandr diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index a2cb088ec10..651ddc4d1e4 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -29,6 +29,10 @@ REQUIRED_USE="xdg? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.0 >=media-libs/fontconfig-2 + x11-libs/cairo + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrandr