* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2015-07-05 13:26 Davide Pesavento
0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2015-07-05 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 24296efaba7694f1a71be31c06e5f6dc45e34966
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 5 13:26:35 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 13:26:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=24296efa
[dev-qt/qtbluetooth] New Qt5 module, requested in bug 553860.
Package-Manager: portage-2.2.20
dev-qt/qtbluetooth/Manifest | 1 +
dev-qt/qtbluetooth/metadata.xml | 12 +++++++++
dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild | 34 ++++++++++++++++++++++++++
dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild | 34 ++++++++++++++++++++++++++
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 34 ++++++++++++++++++++++++++
5 files changed, 115 insertions(+)
diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest
new file mode 100644
index 0000000..36ea941
--- /dev/null
+++ b/dev-qt/qtbluetooth/Manifest
@@ -0,0 +1 @@
+DIST qtconnectivity-opensource-src-5.5.0.tar.xz 2652012 SHA256 f1cfdd934e11dc114039c84a6a6b83870b56b2966715f1cb266f25bce1524302 SHA512 bbe20d0fc2d341e7a7f8f3e5048ef15cbeb501f0a6885da872587211fb7726e545d8a90df52357b8c380c008506b21a5bb9cda94984fd6be00df2c439f09dab3 WHIRLPOOL 576029c2ce764570d8461476873d2c8a1d387668ca21124734f0b58bbca0429a1349d8cb12f52e53e3764f5a6be9c1f4fe3a43fc1b2e9f46e1befef5da50b1a0
diff --git a/dev-qt/qtbluetooth/metadata.xml b/dev-qt/qtbluetooth/metadata.xml
new file mode 100644
index 0000000..ddad9f7
--- /dev/null
+++ b/dev-qt/qtbluetooth/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>qt</herd>
+ <use>
+ <flag name="qml">Build QML/QtQuick bindings and imports</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://bugreports.qt.io/</bugs-to>
+ <doc>http://doc.qt.io/</doc>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
new file mode 100644
index 0000000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+ >=dev-qt/qtconcurrent-${PV}:5
+ >=dev-qt/qtcore-${PV}:5
+ >=dev-qt/qtdbus-${PV}:5
+ >=net-wireless/bluez-5
+ qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ sed -i -e 's/nfc//' src/src.pro || die
+
+ qt_use_disable_mod qml quick src/src.pro
+
+ qt5-build_src_prepare
+}
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
new file mode 100644
index 0000000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+ >=dev-qt/qtconcurrent-${PV}:5
+ >=dev-qt/qtcore-${PV}:5
+ >=dev-qt/qtdbus-${PV}:5
+ >=net-wireless/bluez-5
+ qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ sed -i -e 's/nfc//' src/src.pro || die
+
+ qt_use_disable_mod qml quick src/src.pro
+
+ qt5-build_src_prepare
+}
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
new file mode 100644
index 0000000..1eede37
--- /dev/null
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+QT5_MODULE="qtconnectivity"
+inherit qt5-build
+
+DESCRIPTION="Bluetooth support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+ >=dev-qt/qtconcurrent-${PV}:5
+ >=dev-qt/qtcore-${PV}:5
+ >=dev-qt/qtdbus-${PV}:5
+ >=net-wireless/bluez-5
+ qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ sed -i -e 's/nfc//' src/src.pro || die
+
+ qt_use_disable_mod qml quick src/src.pro
+
+ qt5-build_src_prepare
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2015-08-30 15:47 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2015-08-30 15:47 UTC (permalink / raw
To: gentoo-commits
commit: ff664077f7c8c20f0146b5293098b6bd8226352d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 15:46:41 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 15:46:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ff664077
dev-qt/qtbluetooth: keyword for ~x86.
Tested-by: dflogeras
Package-Manager: portage-2.2.20.1
dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
index eea0924..5b77781 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
index eea0924..5b77781 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index eea0924..5b77781 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index eea0924..5b77781 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
IUSE="qml"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2015-10-01 1:03 Davide Pesavento
0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2015-10-01 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 658effd08525ba7d6ac2e08e3e4cfcabd02bc27b
Author: Dave Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 22:02:02 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 01:00:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=658effd0
dev-qt/qtbluetooth: QtNetwork headers are required at build time
In particular, <QtNetwork/qabstractsocket.h> is included.
There is a note saying this will possibly be decoupled in Qt6.
dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild | 1 +
dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild | 1 +
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 1 +
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 1 +
4 files changed, 4 insertions(+)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
index 5b77781..8c1176a 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/pkgconfig
+ >=dev-qt/qtnetwork-${PV}:5
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
index 5b77781..8c1176a 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/pkgconfig
+ >=dev-qt/qtnetwork-${PV}:5
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index 5b77781..8c1176a 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/pkgconfig
+ >=dev-qt/qtnetwork-${PV}:5
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index 5b77781..8c1176a 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/pkgconfig
+ >=dev-qt/qtnetwork-${PV}:5
"
src_prepare() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2015-10-01 1:07 Davide Pesavento
0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2015-10-01 1:07 UTC (permalink / raw
To: gentoo-commits
commit: 8e91641d5047c2e59d124b096d8e67281997051b
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 01:07:03 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 01:07:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8e91641d
dev-qt/qtbluetooth: sort deps
Package-Manager: portage-2.2.22
dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
index 8c1176a..7e58951 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -22,8 +22,8 @@ RDEPEND="
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}
- virtual/pkgconfig
>=dev-qt/qtnetwork-${PV}:5
+ virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
index 8c1176a..7e58951 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
@@ -22,8 +22,8 @@ RDEPEND="
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}
- virtual/pkgconfig
>=dev-qt/qtnetwork-${PV}:5
+ virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index 8c1176a..7e58951 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -22,8 +22,8 @@ RDEPEND="
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}
- virtual/pkgconfig
>=dev-qt/qtnetwork-${PV}:5
+ virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index 8c1176a..7e58951 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -22,8 +22,8 @@ RDEPEND="
qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
"
DEPEND="${RDEPEND}
- virtual/pkgconfig
>=dev-qt/qtnetwork-${PV}:5
+ virtual/pkgconfig
"
src_prepare() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2015-10-01 1:11 Davide Pesavento
0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2015-10-01 1:11 UTC (permalink / raw
To: gentoo-commits
commit: 3e8b78ff3f8e10f51618873267afce5207eb0702
Author: Dave Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 29 13:11:49 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 01:09:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e8b78ff
dev-qt/qtbluetooth: keyword for ~arm, tested on armv6j
dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
index 7e58951..c7cdd65 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.0.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
index 7e58951..c7cdd65 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.5.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index 7e58951..c7cdd65 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index 7e58951..c7cdd65 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
IUSE="qml"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2016-04-24 17:55 Davide Pesavento
0 siblings, 0 replies; 14+ messages in thread
From: Davide Pesavento @ 2016-04-24 17:55 UTC (permalink / raw
To: gentoo-commits
commit: ea5341a838e161dab7d54e198ce7138c90fabfa6
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 17:55:32 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 17:55:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ea5341a8
dev-qt/qtbluetooth: remove duplicate dependency
It's already added by qt5-build.eclass.
Package-Manager: portage-2.2.28
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 1 -
dev-qt/qtbluetooth/qtbluetooth-5.7.0_beta.ebuild | 1 -
dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild | 1 -
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 1 -
4 files changed, 4 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index 896218d..f329a8c 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
~dev-qt/qtnetwork-${PV}
- virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.7.0_beta.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.7.0_beta.ebuild
index 896218d..f329a8c 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.7.0_beta.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.7.0_beta.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
~dev-qt/qtnetwork-${PV}
- virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
index 896218d..f329a8c 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
~dev-qt/qtnetwork-${PV}
- virtual/pkgconfig
"
src_prepare() {
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index 896218d..f329a8c 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -23,7 +23,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
~dev-qt/qtnetwork-${PV}
- virtual/pkgconfig
"
src_prepare() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2017-02-26 3:18 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2017-02-26 3:18 UTC (permalink / raw
To: gentoo-commits
commit: 64074732399994edafca27b03d7846ef26fcbcac
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 03:18:14 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 03:18:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=64074732
dev-qt/qtbluetooth: add subslot dep on net-wireless/bluez
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild | 4 ++--
dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild | 4 ++--
dev-qt/qtbluetooth/qtbluetooth-5.8.0.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.8.9999.ebuild | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
index f329a8ce..e6d5e662 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ RDEPEND="
~dev-qt/qtconcurrent-${PV}
~dev-qt/qtcore-${PV}
~dev-qt/qtdbus-${PV}
- >=net-wireless/bluez-5
+ >=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
index f329a8ce..e6d5e662 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ RDEPEND="
~dev-qt/qtconcurrent-${PV}
~dev-qt/qtcore-${PV}
~dev-qt/qtdbus-${PV}
- >=net-wireless/bluez-5
+ >=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.8.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.8.0.ebuild
index f4902580..e6d5e662 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.8.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.8.0.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
~dev-qt/qtconcurrent-${PV}
~dev-qt/qtcore-${PV}
~dev-qt/qtdbus-${PV}
- >=net-wireless/bluez-5
+ >=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.8.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.8.9999.ebuild
index f329a8ce..e6d5e662 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.8.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.8.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ RDEPEND="
~dev-qt/qtconcurrent-${PV}
~dev-qt/qtcore-${PV}
~dev-qt/qtdbus-${PV}
- >=net-wireless/bluez-5
+ >=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2017-03-03 22:40 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2017-03-03 22:40 UTC (permalink / raw
To: gentoo-commits
commit: b9e6489aecfd5f1a79a7df5187610f7603b94408
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 22:39:48 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 22:39:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b9e6489a
dev-qt/qtbluetooth: add subslot dep on net-wireless/bluez
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index 12b505b5..ca5687bd 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
~dev-qt/qtconcurrent-${PV}
~dev-qt/qtcore-${PV}
~dev-qt/qtdbus-${PV}
- >=net-wireless/bluez-5
+ >=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2017-06-25 7:27 Michael Palimaka
0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2017-06-25 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 7e947f1a1c553543a1993bc20c086f8e51b09c05
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:27:35 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:27:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7e947f1a
dev-qt/qtbluetooth: sync ~arm64 keyword
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9.0.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9.9999.ebuild | 2 +-
dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
index ca5687bd..e7665bb6 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.7.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9.0.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9.0.ebuild
index ca5687bd..e7665bb6 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9.0.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9.0.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9.9999.ebuild
index ca5687bd..e7665bb6 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE="qml"
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
index ca5687bd..e7665bb6 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE="qml"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2020-08-09 8:54 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-08-09 8:54 UTC (permalink / raw
To: gentoo-commits
commit: c1be7cc2af8ef67a19703ab5aedefc70f97c9890
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 15:01:48 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 15:01:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c1be7cc2
dev-qt/qtbluetooth: Trigger rebuild on dev-qt/qtcore subslot update
Uses private QtCore headers.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
index 6f8451cd..5b53f7c8 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ IUSE="qml"
RDEPEND="
~dev-qt/qtconcurrent-${PV}
- ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtcore-${PV}:5=
~dev-qt/qtdbus-${PV}
>=net-wireless/bluez-5:=
qml? ( ~dev-qt/qtdeclarative-${PV} )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2020-11-25 22:22 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2020-11-25 22:22 UTC (permalink / raw
To: gentoo-commits
commit: cf88d08589a44e454833d9227d92eda1052e2a68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 22:15:48 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 22:22:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cf88d085
dev-qt/qtbluetooth: Sync KEYWORDS w/ Gentoo ebuild repo
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
index 5b53f7c8..045e11cf 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
IUSE="qml"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2021-08-22 22:40 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-08-22 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 33c2f46a1cb70a77c3b11ae0a59e4207857c43a1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 20 17:15:39 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 22:39:31 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=33c2f46a
dev-qt/qtbluetooth: keyword for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
index 3081decf..7e1f2d20 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Bluetooth support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
IUSE="qml"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2022-03-18 10:15 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2022-03-18 10:15 UTC (permalink / raw
To: gentoo-commits
commit: e297128d2597b23d5f02f265eaae24cb82ec7255
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 09:51:30 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 09:51:30 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e297128d
dev-qt/qtbluetooth: Move dev-qt/qtnetwork to RDEPEND too
Thanks-to: Sam James <sam <AT> gentoo.org> and iwdevtools
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
index df94d77c..9923f030 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,16 +14,15 @@ fi
IUSE="qml"
-RDEPEND="
+DEPEND="
=dev-qt/qtconcurrent-${QT5_PV}*
=dev-qt/qtcore-${QT5_PV}*:5=
=dev-qt/qtdbus-${QT5_PV}*
+ =dev-qt/qtnetwork-${QT5_PV}*
>=net-wireless/bluez-5:=
qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
"
-DEPEND="${RDEPEND}
- =dev-qt/qtnetwork-${QT5_PV}*
-"
+RDEPEND="${DEPEND}"
src_prepare() {
sed -i -e 's/nfc//' src/src.pro || die
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
@ 2023-01-08 21:22 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2023-01-08 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 78709ab2edbbd40fa87bee20f32882f87b955224
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 06:49:24 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 21:22:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=78709ab2
dev-qt/qtbluetooth: keyword 5.15.7 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtbluetooth/qtbluetooth-5.15.8.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.8.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.8.9999.ebuild
index 30aed84d..e7c43715 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.8.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.8.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
if [[ ${PV} != *9999* ]]; then
QT5_KDEPATCHSET_REV=1
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
QT5_MODULE="qtconnectivity"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-01-08 21:22 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-08 21:22 [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-03-18 10:15 Andreas Sturmlechner
2021-08-22 22:40 Andreas Sturmlechner
2020-11-25 22:22 Andreas Sturmlechner
2020-08-09 8:54 Andreas Sturmlechner
2017-06-25 7:27 Michael Palimaka
2017-03-03 22:40 Michael Palimaka
2017-02-26 3:18 Michael Palimaka
2016-04-24 17:55 Davide Pesavento
2015-10-01 1:11 Davide Pesavento
2015-10-01 1:07 Davide Pesavento
2015-10-01 1:03 Davide Pesavento
2015-08-30 15:47 Michael Palimaka
2015-07-05 13:26 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox