mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/hwids: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user