diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 12:53:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:33 +0100 |
commit | b60037c6a471eca430ea2d8309ca85c9204164e3 (patch) | |
tree | bd981a148e3a3a76a85ec7515ad5023574c66ada /x11-plugins | |
parent | x11-plugins/wmSpaceWeather: eutils->epatch (diff) | |
download | gentoo-b60037c6a471eca430ea2d8309ca85c9204164e3.tar.gz gentoo-b60037c6a471eca430ea2d8309ca85c9204164e3.tar.bz2 gentoo-b60037c6a471eca430ea2d8309ca85c9204164e3.zip |
x11-plugins/wmmand: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild index fb66e91df2b3..02b4de944df1 100644 --- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild +++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit desktop toolchain-funcs MY_P=wmMand-${PV} |