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 0E567138334 for ; Sun, 26 Aug 2018 20:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CC1E08DC; Sun, 26 Aug 2018 20:35:33 +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 E0F4DE08DB for ; Sun, 26 Aug 2018 20:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 879AF335CCC for ; Sun, 26 Aug 2018 20:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72A143C2 for ; Sun, 26 Aug 2018 20:35:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535315683.1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/agg/agg-2.5-r2.ebuild X-VCS-Directories: x11-libs/agg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543 X-VCS-Branch: master Date: Sun, 26 Aug 2018 20:35:28 +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: 1745abbb-8d72-4cd9-9f0a-03e062f713c7 X-Archives-Hash: eb0e95f24e543d9ce7236f6970075f8f commit: 1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 20:23:32 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 20:34:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce214a0 x11-libs/agg: Remove support for non-existent deps x11-libs/agg/agg-2.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild index caba9c1a146..8228f01acbc 100644 --- a/x11-libs/agg/agg-2.5-r2.ebuild +++ b/x11-libs/agg/agg-2.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -17,7 +17,7 @@ IUSE="+gpc +truetype +X" # preffer X with enabled xcb, really RDEPEND=" media-libs/libsdl[X?] - X? ( || ( =x11-libs/libX11-1.3.99.901 ) ) + X? ( >=x11-libs/libX11-1.3.99.901 ) truetype? ( media-libs/freetype:2 ) " DEPEND="${RDEPEND}