diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 02:24:22 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 02:25:05 +0200 |
commit | 53fd1524850c05fb8d02077d60c75368deda5ea9 (patch) | |
tree | c8b8c05f18df04d8265d9c644e7478c9e3a1cc52 /dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild | |
parent | be4357561a3e5f3174ed4f6ff2491d8a6040c16e (diff) | |
download | gentoo-53fd1524850c05fb8d02077d60c75368deda5ea9.tar.gz gentoo-53fd1524850c05fb8d02077d60c75368deda5ea9.tar.xz |
dev-qt/qt-docs: amd64/x86 stable; use https in SRC_URI
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild')
-rw-r--r-- | dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild b/dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild index e1171d51a55..e5b418d0310 100644 --- a/dev-qt/qt-docs/qt-docs-5.5.1_p0.ebuild +++ b/dev-qt/qt-docs/qt-docs-5.5.1_p0.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$ @@ -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" |