diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 12:54:06 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 12:54:06 +0200 |
commit | e9aacf10c8746dff12096dd5defbed6a1f7b18b2 (patch) | |
tree | af8e7ad3c6f5ff1b0668c457c62a4f403e3ae98b /x11-misc/netwmpager | |
parent | x11-themes/gentoo10-backgrounds: Port to EAPI 8 (diff) | |
download | gentoo-e9aacf10c8746dff12096dd5defbed6a1f7b18b2.tar.gz gentoo-e9aacf10c8746dff12096dd5defbed6a1f7b18b2.tar.bz2 gentoo-e9aacf10c8746dff12096dd5defbed6a1f7b18b2.zip |
x11-misc/netwmpager: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-misc/netwmpager')
-rw-r--r-- | x11-misc/netwmpager/netwmpager-2.05.ebuild | 14 |
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 -} |