summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-13 17:23:09 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-14 20:44:11 +0100
commita1f1b38281e655ea665ea87b180754c11ce1aab4 (patch)
tree76ac7c3241199bc9f6bfaeb6f8a816aa10efd063 /x11-misc/simpleswitcher
parentx11-misc/trayer: EAPI bump 4 -> 6 (diff)
downloadgentoo-a1f1b38281e655ea665ea87b180754c11ce1aab4.tar.gz
gentoo-a1f1b38281e655ea665ea87b180754c11ce1aab4.tar.bz2
gentoo-a1f1b38281e655ea665ea87b180754c11ce1aab4.zip
x11-misc/simpleswitcher: Update live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3954
Diffstat (limited to 'x11-misc/simpleswitcher')
-rw-r--r--x11-misc/simpleswitcher/simpleswitcher-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
index 7617711c7f53..b88c1ef11a31 100644
--- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
+++ b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild
@@ -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
}