summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:05:28 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:05:28 +0100
commit58dc8d2c62f11daed974440e63a32e0bbd498bc0 (patch)
tree721249eff0477eb22feef50c28a7f1222833b82f /sys-apps/hwids/hwids-99999999.ebuild
parentsci-physics/herwig: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.tar.gz
gentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.tar.bz2
gentoo-58dc8d2c62f11daed974440e63a32e0bbd498bc0.zip
sys-apps/hwids: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/hwids/hwids-99999999.ebuild')
-rw-r--r--sys-apps/hwids/hwids-99999999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild
index 81079882934b..c84ff0bd35df 100644
--- a/sys-apps/hwids/hwids-99999999.ebuild
+++ b/sys-apps/hwids/hwids-99999999.ebuild
@@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/gentoo/hwids"
if [[ ${PV} == 99999999 ]]; then
PYTHON_COMPAT=( python3_{6,7} )
inherit git-r3 python-any-r1
- EGIT_REPO_URI="${HOMEPAGE}.git"
+ EGIT_REPO_URI="https://github.com/gentoo/hwids.git"
else
- SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+ SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
fi