public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtx11extras/
Date: Sun, 19 Jan 2020 23:54:26 +0000 (UTC)	[thread overview]
Message-ID: <1579043778.f404e1609ada2d6e43543ea262f680e405ea154f.asturm@gentoo> (raw)

commit:     f404e1609ada2d6e43543ea262f680e405ea154f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 23:16:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 23:16:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f404e160

dev-qt/qtx11extras: Follow dev-qt/qtgui[xcb->X] renaming

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtx11extras/qtx11extras-5.12.9999.ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5.14.9999.ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5.15.9999.ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5.9999.ebuild    | 5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-qt/qtx11extras/qtx11extras-5.12.9999.ebuild b/dev-qt/qtx11extras/qtx11extras-5.12.9999.ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.12.9999.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.12.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[xcb]
+	~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
 	test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5.14.9999.ebuild b/dev-qt/qtx11extras/qtx11extras-5.14.9999.ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.14.9999.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.14.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[xcb]
+	~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
 	test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.9999.ebuild b/dev-qt/qtx11extras/qtx11extras-5.15.9999.ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.15.9999.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.15.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[xcb]
+	~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
 	test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5.9999.ebuild b/dev-qt/qtx11extras/qtx11extras-5.9999.ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.9999.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[xcb]
+	~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
 	test? ( ~dev-qt/qtwidgets-${PV} )


             reply	other threads:[~2020-01-19 23:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19 23:54 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 [gentoo-commits] proj/qt:master commit in: dev-qt/qtx11extras/ Andreas Sturmlechner
2022-06-18 14:27 Andreas Sturmlechner
2022-05-14 21:15 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2015-10-16 16:37 Michael Palimaka
2015-10-16 16:35 Michael Palimaka
2014-01-25 18:13 Michael Palimaka
2013-09-10 11:32 Michael Palimaka
2013-09-09 16:36 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579043778.f404e1609ada2d6e43543ea262f680e405ea154f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox