summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild')
-rw-r--r--dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
index 6f0ba54ee40f..5b4506191a3b 100644
--- a/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
+++ b/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented framework for creating a code generator for Boost.P
HOMEPAGE="http://www.language-binding.net/"
if [[ ${PV} == 9999 ]]; then
- ESVN_REPO_URI="http://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
+ ESVN_REPO_URI="https://svn.code.sf.net/p/pygccxml/svn/${PN}_dev"
inherit subversion
S=${WORKDIR}/${PN}_dev
else