diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-06-10 03:10:50 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-06-10 03:44:58 +0200 |
commit | b702c020c0bc03268469db9c0f332cf3be262e83 (patch) | |
tree | 9cd07da91c3fe865094d9cdb1e6ad48b21355d20 /dev-util/qbs | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-b702c020c0bc03268469db9c0f332cf3be262e83.tar.gz gentoo-b702c020c0bc03268469db9c0f332cf3be262e83.tar.bz2 gentoo-b702c020c0bc03268469db9c0f332cf3be262e83.zip |
dev-util/qbs: update DESCRIPTION; use https in HOMEPAGE
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-util/qbs')
-rw-r--r-- | dev-util/qbs/qbs-1.4.5.ebuild | 4 | ||||
-rw-r--r-- | dev-util/qbs/qbs-1.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/qbs/qbs-1.4.5.ebuild b/dev-util/qbs/qbs-1.4.5.ebuild index f789f54d5ca5..48dd8e16cd6e 100644 --- a/dev-util/qbs/qbs-1.4.5.ebuild +++ b/dev-util/qbs/qbs-1.4.5.ebuild @@ -8,8 +8,8 @@ inherit qmake-utils MY_P=${PN}-src-${PV} -DESCRIPTION="Qt Build Suite" -HOMEPAGE="http://wiki.qt.io/Qbs" +DESCRIPTION="Cross-platform build tool" +HOMEPAGE="https://wiki.qt.io/Qbs" SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" diff --git a/dev-util/qbs/qbs-1.5.1.ebuild b/dev-util/qbs/qbs-1.5.1.ebuild index 0f9c5e4c18e3..c5c4488ff800 100644 --- a/dev-util/qbs/qbs-1.5.1.ebuild +++ b/dev-util/qbs/qbs-1.5.1.ebuild @@ -8,8 +8,8 @@ inherit qmake-utils MY_P=${PN}-src-${PV} -DESCRIPTION="Qt Build Suite" -HOMEPAGE="http://wiki.qt.io/Qbs" +DESCRIPTION="Cross-platform build tool" +HOMEPAGE="https://wiki.qt.io/Qbs" SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 LGPL-3 )" |