summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 15:07:37 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:05:29 +0100
commitacac711fe2676dc1d79603ba2ba4a58f348195e9 (patch)
tree5ab59095d98e1a5157806ba65bf7d4bb16335161
parentx11-misc/xrestop: eutils->epatch (diff)
downloadgentoo-acac711f.tar.gz
gentoo-acac711f.tar.bz2
gentoo-acac711f.zip
x11-misc/xssstate: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-misc/xssstate/xssstate-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild
index 311c55ab00f7..194e85aa60ed 100644
--- a/x11-misc/xssstate/xssstate-1.1.ebuild
+++ b/x11-misc/xssstate/xssstate-1.1.ebuild
@@ -1,8 +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
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
DESCRIPTION="A simple tool to retrieve the X screensaver state"
HOMEPAGE="https://tools.suckless.org/x/xssstate"