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 0D637138335 for ; Tue, 30 Apr 2019 22:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC8EE08F3; Tue, 30 Apr 2019 22:00:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08045E08F3 for ; Tue, 30 Apr 2019 22:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8542A343077 for ; Tue, 30 Apr 2019 22:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1860A2A5 for ; Tue, 30 Apr 2019 22:00:46 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1556661423.2d0da2806a9edf455999d6194dae9b7e52d206a7.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-6.0.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2d0da2806a9edf455999d6194dae9b7e52d206a7 X-VCS-Branch: master Date: Tue, 30 Apr 2019 22:00:46 +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: 1f6cb957-ebb4-40a8-ad22-f1129262155c X-Archives-Hash: 6b74bec9d2f9bf9960eadd30511c4ab6 commit: 2d0da2806a9edf455999d6194dae9b7e52d206a7 Author: James Le Cuirot gentoo org> AuthorDate: Tue Apr 30 21:57:03 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Apr 30 21:57:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0da280 dev-libs/weston: USE=colord requires USE=lcms Closes: https://bugs.gentoo.org/684364 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-6.0.0.ebuild | 1 + dev-libs/weston/weston-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/weston/weston-6.0.0.ebuild b/dev-libs/weston/weston-6.0.0.ebuild index e919840d917..a223d8efcb1 100644 --- a/dev-libs/weston/weston-6.0.0.ebuild +++ b/dev-libs/weston/weston-6.0.0.ebuild @@ -28,6 +28,7 @@ SLOT="0" IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg +launch lcms rdp remoting +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland" REQUIRED_USE=" + colord? ( lcms ) drm? ( gles2 ) screen-sharing? ( rdp ) test? ( desktop headless xwayland ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 51939970613..282ba475de4 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -28,6 +28,7 @@ SLOT="0" IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg +launch lcms rdp remoting +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland" REQUIRED_USE=" + colord? ( lcms ) drm? ( gles2 ) screen-sharing? ( rdp ) test? ( desktop headless xwayland )