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/kde:master commit in: dev-libs/libdbusmenu-qt/
Date: Thu, 31 Aug 2017 22:13:56 +0000 (UTC)	[thread overview]
Message-ID: <1504217620.3b8f699e3ef9281bc5930b12f62197776704966b.asturm@gentoo> (raw)

commit:     3b8f699e3ef9281bc5930b12f62197776704966b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 22:13:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 22:13:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b8f699e

dev-libs/libdbusmenu-qt: Drop USE=qt5, build it unconditionally

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild
index 9434c8fa7e..34335d9c8a 100644
--- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild
+++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=6
 EBZR_REPO_URI="lp:libdbusmenu-qt"
 
 [[ ${PV} == 9999* ]] && inherit bzr
-inherit cmake-multilib multibuild multilib virtualx cmake-multilib
+inherit cmake-multilib multibuild virtualx
 
-DESCRIPTION="A library providing Qt implementation of DBusMenu specification"
+DESCRIPTION="Library providing Qt implementation of DBusMenu specification"
 HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
 if [[ ${PV} != 9999* ]] ; then
 	MY_PV=${PV/_pre/+16.04.}
@@ -18,27 +18,23 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="debug +qt4 qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug qt4"
 
 RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
 	qt4? (
 		>=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}]
 		>=dev-qt/qtdbus-4.8.6:4[${MULTILIB_USEDEP}]
 		>=dev-qt/qtgui-4.8.6:4[${MULTILIB_USEDEP}]
 	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-	)
 "
 DEPEND="${RDEPEND}
 	test? (
+		dev-qt/qttest:5
 		qt4? ( >=dev-qt/qttest-4.8.6:4[${MULTILIB_USEDEP}] )
-		qt5? ( dev-qt/qttest:5 )
 	)
 "
 
@@ -50,7 +46,7 @@ DOCS=( NEWS README )
 RESTRICT="test"
 
 pkg_setup() {
-	MULTIBUILD_VARIANTS=( $(usex qt4 4) $(usex qt5 5) )
+	MULTIBUILD_VARIANTS=( $(usex qt4 4) 5 )
 }
 
 src_prepare() {


             reply	other threads:[~2017-08-31 22:13 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31 22:13 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-09 14:05 [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/ Johannes Huber
2016-07-20 15:47 Michael Palimaka
2016-03-21 17:52 Johannes Huber
2015-12-08 14:52 Michael Palimaka
2015-03-01 15:35 Michael Palimaka
2015-01-30 20:41 Johannes Huber
2014-10-15 13:50 Michael Palimaka
2013-11-23 15:06 Michael Palimaka
2013-11-17 19:57 Johannes Huber
2013-10-17 19:26 Johannes Huber
2013-08-14 12:26 Michael Palimaka
2013-06-29 16:32 Johannes Huber
2012-05-20 19:20 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-05-17 23:13 Johannes Huber
2012-05-15 14:30 Chris Reffett
2012-04-21 19:36 Michael Palimaka
2011-04-29 13:45 Tomas Chvatal
2011-04-29 13:34 Tomas Chvatal
2011-04-13 15:45 Tomas Chvatal
2011-02-09 20:11 Dennis Schridde

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=1504217620.3b8f699e3ef9281bc5930b12f62197776704966b.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