diff options
author | 2015-08-24 13:35:05 +0200 | |
---|---|---|
committer | 2015-08-24 13:35:41 +0200 | |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /net-im/psi/psi-0.14-r4.ebuild | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-im/psi/psi-0.14-r4.ebuild')
-rw-r--r-- | net-im/psi/psi-0.14-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.14-r4.ebuild b/net-im/psi/psi-0.14-r4.ebuild index c67b4e010128..fe68d9c2749e 100644 --- a/net-im/psi/psi-0.14-r4.ebuild +++ b/net-im/psi/psi-0.14-r4.ebuild @@ -66,10 +66,10 @@ src_prepare() { iris/src/irisnet/corelib/netinterface_unix.cpp || die 'sed failed' if use extras; then - # some patches from psi+ project http://code.google.com/p/psi-dev + # some patches from psi+ project https://code.google.com/p/psi-dev ewarn "You're about to build heavily patched version of Psi called Psi+." ewarn "It has really nice features but still is under heavy development." - ewarn "Take a look at homepage for more info: http://code.google.com/p/psi-dev" + ewarn "Take a look at homepage for more info: https://code.google.com/p/psi-dev" ewarn "If you wish to disable some patches just put" ewarn "MY_EPATCH_EXCLUDE=\"list of patches\"" ewarn "into /etc/portage/env/${CATEGORY}/${PN} file." |