x11-wm/dwm: Fix dependencies (bug #587846).
authorJeroen Roovers <jer@gentoo.org>
Sat, 21 Jan 2017 12:51:33 +0000 (13:51 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 21 Jan 2017 12:51:33 +0000 (13:51 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-wm/dwm/dwm-6.1-r1.ebuild
x11-wm/dwm/dwm-6.1.ebuild

index e20c2af07b49bce14110fd98d3e7d60fc63eb73d..c3864ccbcd0a2d7bd4cc4ec33b75b7dd1865de42 100644 (file)
@@ -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="
index 447fb3487aaebf947895b3e0dfd5568f4c86ab36..8d9d8db67158e9ee69e9cd00623a2865abddc170 100644 (file)
@@ -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="