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 A5B36139085 for ; Sat, 21 Jan 2017 12:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 098B521C03E; Sat, 21 Jan 2017 12:52:54 +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 D6DD221C03E for ; Sat, 21 Jan 2017 12:52:53 +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 B4F7534169D for ; Sat, 21 Jan 2017 12:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE32D2B58 for ; Sat, 21 Jan 2017 12:52:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1485003093.22586310178096cfcf7135112e3282a36eec5e31.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/dwm/dwm-6.1-r1.ebuild x11-wm/dwm/dwm-6.1.ebuild X-VCS-Directories: x11-wm/dwm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 22586310178096cfcf7135112e3282a36eec5e31 X-VCS-Branch: master Date: Sat, 21 Jan 2017 12:52:50 +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: 37951e72-0296-4084-a19e-cff6e0df49bb X-Archives-Hash: ceb569fc30f91e1e7d173531b5737059 commit: 22586310178096cfcf7135112e3282a36eec5e31 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 21 12:51:33 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 21 12:51:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22586310 x11-wm/dwm: Fix dependencies (bug #587846). Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/dwm/dwm-6.1-r1.ebuild | 5 +++-- x11-wm/dwm/dwm-6.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild index e20c2af..c3864cc 100644 --- a/x11-wm/dwm/dwm-6.1-r1.ebuild +++ b/x11-wm/dwm/dwm-6.1-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit eutils savedconfig toolchain-funcs +inherit savedconfig toolchain-funcs DESCRIPTION="a dynamic window manager for X11" HOMEPAGE="http://dwm.suckless.org/" @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="xinerama" RDEPEND=" + media-libs/fontconfig x11-libs/libX11 - media-libs/freetype + x11-libs/libXft xinerama? ( x11-libs/libXinerama ) " DEPEND=" diff --git a/x11-wm/dwm/dwm-6.1.ebuild b/x11-wm/dwm/dwm-6.1.ebuild index 447fb34..8d9d8db 100644 --- a/x11-wm/dwm/dwm-6.1.ebuild +++ b/x11-wm/dwm/dwm-6.1.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$ @@ -15,8 +15,9 @@ KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="xinerama" RDEPEND=" + media-libs/fontconfig x11-libs/libX11 - media-libs/freetype + x11-libs/libXft xinerama? ( x11-libs/libXinerama ) " DEPEND="