diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 20:46:19 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-29 20:46:19 -0400 |
commit | 970d9cf88dfc2cc0491e09fcc85db61dc07fe1f7 (patch) | |
tree | 1b1e54fe3387e63e916756717413762c1812392a /dev-util/pkgconf | |
parent | app-misc/hivex: fix typo (diff) | |
download | gentoo-970d9cf88dfc2cc0491e09fcc85db61dc07fe1f7.tar.gz gentoo-970d9cf88dfc2cc0491e09fcc85db61dc07fe1f7.tar.bz2 gentoo-970d9cf88dfc2cc0491e09fcc85db61dc07fe1f7.zip |
dev-util/pkgconf: drop github from SRC_URI
Package-Manager: portage-2.3.2_p1
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.0.2.ebuild | 3 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.0.2.ebuild b/dev-util/pkgconf/pkgconf-1.0.2.ebuild index 0a4a2ab274f0..165b782c24d7 100644 --- a/dev-util/pkgconf/pkgconf-1.0.2.ebuild +++ b/dev-util/pkgconf/pkgconf-1.0.2.ebuild @@ -8,8 +8,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git ) inherit autotools git-r3 else - SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz - https://github.com/pkgconf/pkgconf/releases/download/${P}/${P}.tar.xz" + SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 0a4a2ab274f0..165b782c24d7 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -8,8 +8,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git ) inherit autotools git-r3 else - SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz - https://github.com/pkgconf/pkgconf/releases/download/${P}/${P}.tar.xz" + SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" |