summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:16:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:33 +0100
commit2759e7f1cdfb0ab7c1eb2af0e12956cb6a4199df (patch)
tree4893393061441c86dcb4e955b5430125ffb9caf4
parentx11-wm/qtile: Use pypi.eclass (diff)
downloadgentoo-2759e7f1cdfb0ab7c1eb2af0e12956cb6a4199df.tar.gz
gentoo-2759e7f1cdfb0ab7c1eb2af0e12956cb6a4199df.tar.bz2
gentoo-2759e7f1cdfb0ab7c1eb2af0e12956cb6a4199df.zip
app-arch/dtrx: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-arch/dtrx/dtrx-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild
index 120994564bbc..42db2c734cf7 100644
--- a/app-arch/dtrx/dtrx-9999.ebuild
+++ b/app-arch/dtrx/dtrx-9999.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