diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:49:54 +0100 |
commit | d668926c46e52596cdef13050e405b0b0b0b0351 (patch) | |
tree | 0fa334c54dd15b085e90f8995f4c5c11e6c8ab2f /app-arch/dtrx | |
parent | app-admin/supervisor: Use pypi.eclass (diff) | |
download | gentoo-d668926c46e52596cdef13050e405b0b0b0b0351.tar.gz gentoo-d668926c46e52596cdef13050e405b0b0b0b0351.tar.bz2 gentoo-d668926c46e52596cdef13050e405b0b0b0b0351.zip |
app-arch/dtrx: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/dtrx')
-rw-r--r-- | app-arch/dtrx/dtrx-8.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild index 120994564bbc..42db2c734cf7 100644 --- a/app-arch/dtrx/dtrx-8.5.0.ebuild +++ b/app-arch/dtrx/dtrx-8.5.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git" else - SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + inherit pypi KEYWORDS="~amd64 ~x86" fi |