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 3E961158012 for ; Fri, 24 Sep 2021 22:05:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AD7CE0974; Fri, 24 Sep 2021 22:05:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A528E096B for ; Fri, 24 Sep 2021 22:05:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54CC9342AEC for ; Fri, 24 Sep 2021 22:05:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C30F083 for ; Fri, 24 Sep 2021 22:05:53 +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: <1632521115.4cd417ffdfd48d4d4aeccb7b6b4783ebcd5582e3.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-9.0.0-r1.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: 4cd417ffdfd48d4d4aeccb7b6b4783ebcd5582e3 X-VCS-Branch: master Date: Fri, 24 Sep 2021 22:05:53 +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: 8fc3f084-5ede-4b5c-a5df-58961c5f0898 X-Archives-Hash: d611a0505c2560f33b21c8edf4e7c13a commit: 4cd417ffdfd48d4d4aeccb7b6b4783ebcd5582e3 Author: James Le Cuirot gentoo org> AuthorDate: Fri Sep 24 22:05:15 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Sep 24 22:05:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd417ff dev-libs/weston: Fix missing examples dependency on pango Closes: https://bugs.gentoo.org/814476 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-9.0.0-r1.ebuild | 1 + dev-libs/weston/weston-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/weston/weston-9.0.0-r1.ebuild b/dev-libs/weston/weston-9.0.0-r1.ebuild index 478d276073f..c10df76c2d8 100644 --- a/dev-libs/weston/weston-9.0.0-r1.ebuild +++ b/dev-libs/weston/weston-9.0.0-r1.ebuild @@ -61,6 +61,7 @@ RDEPEND=" >=virtual/udev-136 ) editor? ( x11-libs/pango ) + examples? ( x11-libs/pango ) gles2? ( media-libs/mesa[gles2,wayland] ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 8d0a5358b77..bf7a8c00415 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -61,6 +61,7 @@ RDEPEND=" >=virtual/udev-136 ) editor? ( x11-libs/pango ) + examples? ( x11-libs/pango ) gles2? ( media-libs/mesa[gles2,wayland] )