From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4503F158012 for ; Wed, 22 Sep 2021 19:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12BA6E08C3; Wed, 22 Sep 2021 19:15:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECB20E08C3 for ; Wed, 22 Sep 2021 19:15:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99548342BEE for ; Wed, 22 Sep 2021 19:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8354F12A for ; Wed, 22 Sep 2021 19:15:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632338091.40e613e0db84c619958f9d4881d85d4fde952b6e.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40e613e0db84c619958f9d4881d85d4fde952b6e X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:15:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d895e08-9773-4fe7-8086-bd96dc751ecd X-Archives-Hash: 6c19f1d6d58127b86297f3e59408df23 commit: 40e613e0db84c619958f9d4881d85d4fde952b6e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 18:53:27 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:14:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=40e613e0 dev-libs/libqtxdg: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 492cb837..b507de05 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit cmake virtualx +inherit cmake optfeature virtualx -DESCRIPTION="A Qt implementation of XDG standards" +DESCRIPTION="Qt implementation of XDG standards" HOMEPAGE="https://lxqt.github.io/" if [[ ${PV} == *9999 ]]; then @@ -20,8 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" + BDEPEND=" - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 virtual/pkgconfig " RDEPEND=" @@ -48,3 +50,7 @@ src_test() { # Tests don't work with C LC_ALL=en_US.utf8 virtx cmake_src_test } + +pkg_postinst() { + ! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm +}