summary refs log tree commit diff
path: root/x11-misc/sxlock/sxlock-2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x11-misc/sxlock/sxlock-2.0.ebuild (renamed from x11-misc/sxlock/sxlock-1.1.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/sxlock/sxlock-1.1.ebuild b/x11-misc/sxlock/sxlock-2.0.ebuild
index a11d8d4..e900678 100644
--- a/x11-misc/sxlock/sxlock-1.1.ebuild
+++ b/x11-misc/sxlock/sxlock-2.0.ebuild
@@ -4,13 +4,11 @@
 EAPI=7
 
 if [[ ${PV} == *9999 ]]; then
-	SCM="git-r3"
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/lahwaacz/sxlock.git"
 fi
 
-inherit eutils ${SCM}
-
-DESCRIPTION="simple X screen locker"
+DESCRIPTION="Simple X screen locker"
 HOMEPAGE="https://github.com/lahwaacz/sxlock"
 
 if [[ ${PV} == *9999 ]]; then
@@ -25,7 +23,8 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-DEPEND="sys-libs/pam
+DEPEND="
+	sys-libs/pam
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXrandr

Consider giving Nix/NixOS a try! <3