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 90048138334 for ; Mon, 27 Aug 2018 19:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD6AEE0870; Mon, 27 Aug 2018 19:56:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B55EBE0870 for ; Mon, 27 Aug 2018 19:56:43 +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 4A4B0335C7F for ; Mon, 27 Aug 2018 19:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931033A4 for ; Mon, 27 Aug 2018 19:56:39 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1535399790.509b1188177b5a41959c0069c83b6b0163aadd2e.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.8-r1.ebuild media-libs/gegl/gegl-0.4.8.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 509b1188177b5a41959c0069c83b6b0163aadd2e X-VCS-Branch: master Date: Mon, 27 Aug 2018 19:56:39 +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-Archives-Salt: c28444f8-ed63-45b3-966d-c8dbc1f34bbd X-Archives-Hash: d4ff2888c96387651af0f99bf544866d commit: 509b1188177b5a41959c0069c83b6b0163aadd2e Author: Sebastian Pipping gentoo org> AuthorDate: Mon Aug 27 19:55:58 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Aug 27 19:56:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509b1188 media-libs/gegl: Fix babl dependency Closes: https://bugs.gentoo.org/664610 Package-Manager: Portage-2.3.46, Repoman-2.3.10 media-libs/gegl/{gegl-0.4.8.ebuild => gegl-0.4.8-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gegl/gegl-0.4.8.ebuild b/media-libs/gegl/gegl-0.4.8-r1.ebuild similarity index 99% rename from media-libs/gegl/gegl-0.4.8.ebuild rename to media-libs/gegl/gegl-0.4.8-r1.ebuild index a8d63077503..1d9597985bb 100644 --- a/media-libs/gegl/gegl-0.4.8.ebuild +++ b/media-libs/gegl/gegl-0.4.8-r1.ebuild @@ -36,7 +36,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/glib-2.44:2 dev-libs/json-glib - >=media-libs/babl-0.1.54 + >=media-libs/babl-0.1.56 >=media-libs/libpng-1.6.0:0= sys-libs/zlib virtual/jpeg:0=