diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 09:30:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:32 +0100 |
commit | 51684684575baed82bea02b6183d181575a101ad (patch) | |
tree | aa727de96a9c4643040d6019288d556c97e27edf /net-misc/yandex-disk | |
parent | net-misc/x2goserver: multilib-- (diff) | |
download | gentoo-51684684575baed82bea02b6183d181575a101ad.tar.gz gentoo-51684684575baed82bea02b6183d181575a101ad.tar.bz2 gentoo-51684684575baed82bea02b6183d181575a101ad.zip |
net-misc/yandex-disk: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/yandex-disk')
-rw-r--r-- | net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild b/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild index 8f1d7906f160..1943426e7658 100644 --- a/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild +++ b/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit bash-completion-r1 eutils rpm +inherit bash-completion-r1 rpm MY_P="${PN}-${PV/_p/-}" |