Skip to content

Commit

Permalink
dev-qt/qt-docs: amd64/x86 stable; use https in SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Pesa committed Apr 23, 2016
1 parent be43575 commit 53fd152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -10,11 +10,11 @@ MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)

DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
HOMEPAGE="https://www.qt.io/"
SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV/_p/-}qt5_docs.7z"
SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV/_p/-}qt5_docs.7z"

LICENSE="FDL-1.3"
SLOT="5"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"

DEPEND="app-arch/p7zip"

Expand Down

0 comments on commit 53fd152

Please sign in to comment.