diff options
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" |