diff options
-rw-r--r-- | dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyplusplus/pyplusplus-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/dev-python/pyplusplus/pyplusplus-9999.ebuild b/dev-python/pyplusplus/pyplusplus-9999.ebuild index d8dd49d4e026..498a4b43aa1d 100644 --- a/dev-python/pyplusplus/pyplusplus-9999.ebuild +++ b/dev-python/pyplusplus/pyplusplus-9999.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 |