diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:07:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:29 +0100 |
commit | acac711fe2676dc1d79603ba2ba4a58f348195e9 (patch) | |
tree | 5ab59095d98e1a5157806ba65bf7d4bb16335161 /x11-misc | |
parent | x11-misc/xrestop: eutils->epatch (diff) | |
download | gentoo-acac711fe2676dc1d79603ba2ba4a58f348195e9.tar.gz gentoo-acac711fe2676dc1d79603ba2ba4a58f348195e9.tar.bz2 gentoo-acac711fe2676dc1d79603ba2ba4a58f348195e9.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>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xssstate/xssstate-1.1.ebuild | 4 |
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" |