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 575F0138350 for ; Fri, 17 Jan 2020 08:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88028E083E; Fri, 17 Jan 2020 08:25:46 +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 6E983E083E for ; Fri, 17 Jan 2020 08:25:46 +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 5CBCB34E17A for ; Fri, 17 Jan 2020 08:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 884BC3E for ; Fri, 17 Jan 2020 08:25:43 +0000 (UTC) From: "Rémi Cardona" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rémi Cardona" Message-ID: <1579249526.7823342682f38d6223e312da5a1e1d8002ae2f33.remi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gom/gom-0.3.3.ebuild X-VCS-Directories: dev-libs/gom/ X-VCS-Committer: remi X-VCS-Committer-Name: Rémi Cardona X-VCS-Revision: 7823342682f38d6223e312da5a1e1d8002ae2f33 X-VCS-Branch: master Date: Fri, 17 Jan 2020 08:25:43 +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: e7908808-7df7-4273-ae26-a00e5687860a X-Archives-Hash: abfb5f6dcaf6882f62c3f38db1c233c8 commit: 7823342682f38d6223e312da5a1e1d8002ae2f33 Author: Rémi Cardona gentoo org> AuthorDate: Fri Jan 17 08:24:48 2020 +0000 Commit: Rémi Cardona gentoo org> CommitDate: Fri Jan 17 08:25:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78233426 dev-libs/gom: add now-mandatory dep on gdk-pixbuf Closes: https://bugs.gentoo.org/705590 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Rémi Cardona gentoo.org> dev-libs/gom/gom-0.3.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild index 9a9ca3dfec6..b9062d9606a 100644 --- a/dev-libs/gom/gom-0.3.3.ebuild +++ b/dev-libs/gom/gom-0.3.3.ebuild @@ -27,9 +27,8 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig - test? ( x11-libs/gdk-pixbuf:2 ) + x11-libs/gdk-pixbuf:2 " -# TODO: make gdk-pixbuf properly optional with USE=test pkg_setup() { python_setup