sys-apps/hwids: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-01-13 11:05:28 +01:00
parent 375b442a6a
commit 58dc8d2c62
4 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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