diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:49:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:39 +0100 |
commit | 42137fb7c48ca649a8aa04716d6b6a76a2d12c13 (patch) | |
tree | a1a1a8ac667b5e3c654a38db25505157ae1433d6 /dev-python/mygpoclient | |
parent | dev-python/jsonref: eutils-- (diff) | |
download | gentoo-42137fb7c48ca649a8aa04716d6b6a76a2d12c13.tar.gz gentoo-42137fb7c48ca649a8aa04716d6b6a76a2d12c13.tar.bz2 gentoo-42137fb7c48ca649a8aa04716d6b6a76a2d12c13.zip |
dev-python/mygpoclient: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/mygpoclient')
-rw-r--r-- | dev-python/mygpoclient/mygpoclient-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mygpoclient/mygpoclient-1.8.ebuild b/dev-python/mygpoclient/mygpoclient-1.8.ebuild index cec1c385ec86..9c66b03f5c3a 100644 --- a/dev-python/mygpoclient/mygpoclient-1.8.ebuild +++ b/dev-python/mygpoclient/mygpoclient-1.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 eutils +inherit distutils-r1 DESCRIPTION="A gpodder.net client library" HOMEPAGE="https://github.com/gpodder/mygpoclient |