x11-misc/simpleswitcher: Update live ebuild
authorHarri Nieminen <moikkis@gmail.com>
Mon, 13 Feb 2017 15:23:09 +0000 (17:23 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 14 Feb 2017 19:44:11 +0000 (20:44 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3954

x11-misc/simpleswitcher/simpleswitcher-9999.ebuild

index 7617711c7f53df443ab0ac667b84cf7b63657251..b88c1ef11a311039071b0a991c1f7c5328a7e0f6 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit git-2 toolchain-funcs
+inherit git-r3 toolchain-funcs
 
 DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu"
 HOMEPAGE="https://github.com/seanpringle/simpleswitcher"
@@ -17,7 +17,8 @@ IUSE=""
 
 RDEPEND="x11-libs/libX11
        x11-libs/libXft
-       x11-libs/libXinerama"
+       x11-libs/libXinerama
+       x11-libs/libXres"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -29,5 +30,4 @@ src_compile() {
 src_install() {
        default
        doman ${PN}.1
-       dodoc README.md
 }