diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:06:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:20 +0100 |
commit | f289e5e1d2aae280ab39ca52caca0efc6c3d28d4 (patch) | |
tree | 29db71c1a715e98bf36da967806089cc980ae146 /x11-libs | |
parent | x11-libs/mx: eutils->epatch (diff) | |
download | gentoo-f289e5e1d2aae280ab39ca52caca0efc6c3d28d4.tar.gz gentoo-f289e5e1d2aae280ab39ca52caca0efc6c3d28d4.tar.bz2 gentoo-f289e5e1d2aae280ab39ca52caca0efc6c3d28d4.zip |
x11-libs/xosd: 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-libs')
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild index 2b11d58b4a9a..feb07d82c128 100644 --- a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools versionator +inherit epatch autotools versionator MY_PV=$(get_version_component_range 1-3) MY_PATCH_MAJ=$(get_version_component_range 4) |