projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec8d55
)
net-irc/quassel: Drop git uri w/ insecure protocol
author
Johannes Huber
<johu@gentoo.org>
Sun, 5 Jan 2020 15:23:28 +0000
(16:23 +0100)
committer
Johannes Huber
<johu@gentoo.org>
Sun, 5 Jan 2020 15:24:02 +0000
(16:24 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu@gentoo.org>
net-irc/quassel/quassel-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-irc/quassel/quassel-9999.ebuild
b/net-irc/quassel/quassel-9999.ebuild
index 7cdf802a823b9afa6679af2e0bbdd26203d7cac3..cf1d88423f34b861a57528c552f4ec0f46507081 100644
(file)
--- a/
net-irc/quassel/quassel-9999.ebuild
+++ b/
net-irc/quassel/quassel-9999.ebuild
@@
-11,7
+11,7
@@
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
S="${WORKDIR}/${MY_P}"
else
- EGIT_REPO_URI=( "https://github.com/${PN}/${PN}"
"git://git.${PN}-irc.org/${PN}"
)
+ EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )
inherit git-r3
fi