summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-03-19 23:38:03 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-19 23:38:03 +0100
commit4be772831be1191b4aad84e4ffccf18423a3efbe (patch)
treeea207fd7ad4f7be4f63453d94e077f6df0df2731 /x11-apps/beforelight
parentdev-db/libdbi-drivers: fix build with slibtool (diff)
downloadgentoo-4be772831be1191b4aad84e4ffccf18423a3efbe.tar.gz
gentoo-4be772831be1191b4aad84e4ffccf18423a3efbe.tar.bz2
gentoo-4be772831be1191b4aad84e4ffccf18423a3efbe.zip
x11-apps/beforelight: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-apps/beforelight')
-rw-r--r--x11-apps/beforelight/beforelight-1.0.5.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-apps/beforelight/beforelight-1.0.5.ebuild b/x11-apps/beforelight/beforelight-1.0.5.ebuild
index f131ec93b6dc..78a3c0648acd 100644
--- a/x11-apps/beforelight/beforelight-1.0.5.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.5.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit xorg-2
+inherit xorg-3
DESCRIPTION="Sample implementation of screen saver"
+
KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libX11
+
+RDEPEND="
+ x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXt
x11-libs/libXaw"