summaryrefslogtreecommitdiff
path: root/x11-misc/netwmpager/netwmpager-2.05.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/netwmpager/netwmpager-2.05.ebuild')
-rw-r--r--x11-misc/netwmpager/netwmpager-2.05.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/netwmpager/netwmpager-2.05.ebuild b/x11-misc/netwmpager/netwmpager-2.05.ebuild
index 027b1dcf1cbf..e9b19e5e2595 100644
--- a/x11-misc/netwmpager/netwmpager-2.05.ebuild
+++ b/x11-misc/netwmpager/netwmpager-2.05.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
+
inherit toolchain-funcs
DESCRIPTION="Pager that works with Openbox and other EWMH compliant window managers"
@@ -11,7 +12,6 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
RDEPEND="
x11-libs/libX11
@@ -20,7 +20,8 @@ RDEPEND="
x11-libs/libXdmcp
x11-libs/libXau
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
x11-base/xorg-proto
"
@@ -34,8 +35,3 @@ src_configure() {
src_compile() {
emake V=2
}
-
-src_install() {
- default
- dodoc Changelog
-}