summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild')
-rw-r--r--games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild
index f41e7d585247..c462e4b4afee 100644
--- a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild
+++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild
@@ -4,13 +4,13 @@
EAPI=5
if [[ "${PV}" == "9999" ]]; then
- ESVN_REPO_URI="http://linux-wbfs-manager.googlecode.com/svn/trunk/"
+ ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/"
inherit toolchain-funcs subversion
SRC_URI=""
#KEYWORDS=""
else
inherit toolchain-funcs
- SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
+ SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86"
fi;