diff options
-rw-r--r-- | sys-apps/gcp/gcp-0.2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/gcp/gcp-0.2.1.ebuild b/sys-apps/gcp/gcp-0.2.1.ebuild index 2e3b7c77f08e..19d1a7112278 100644 --- a/sys-apps/gcp/gcp-0.2.1.ebuild +++ b/sys-apps/gcp/gcp-0.2.1.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 virtualx +inherit distutils-r1 virtualx pypi DESCRIPTION="File copying utility with progress and I/O indicator" HOMEPAGE="https://code.lm7.fr/mcy/gcp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |