summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pkgconf/pkgconf-1.0.1.ebuild')
-rw-r--r--dev-util/pkgconf/pkgconf-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.0.1.ebuild b/dev-util/pkgconf/pkgconf-1.0.1.ebuild
index 5764b2603392..ef72b6eb15b5 100644
--- a/dev-util/pkgconf/pkgconf-1.0.1.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.0.1.ebuild
@@ -4,10 +4,10 @@
EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git )
+ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
inherit autotools git-r3
else
- SRC_URI="https://github.com/pkgconf/pkgconf/releases/download/${P}/${P}.tar.gz"
+ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
fi