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 20BEA138350 for ; Thu, 20 Feb 2020 14:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57970E090A; Thu, 20 Feb 2020 14:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3ACF7E090A for ; Thu, 20 Feb 2020 14:00:27 +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 18E4D34EE2F for ; Thu, 20 Feb 2020 14:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF695109 for ; Thu, 20 Feb 2020 14:00:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582207169.28ec6cf3d9406532e0b7cd717846f8eb77b0f9b9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild X-VCS-Directories: media-libs/libmypaint/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 28ec6cf3d9406532e0b7cd717846f8eb77b0f9b9 X-VCS-Branch: master Date: Thu, 20 Feb 2020 14:00:02 +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: edf3688e-570d-457b-9f64-832669a384ea X-Archives-Hash: 29adde06bef47659863aaf5078bf9d1b commit: 28ec6cf3d9406532e0b7cd717846f8eb77b0f9b9 Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 20 13:59:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 20 13:59:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ec6cf3 media-libs/libmypaint: fix gcc requirement Signed-off-by: Joonas Niilola gentoo.org> media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild b/media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild index b72e0e05248..92b25f6a172 100644 --- a/media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.4.0-r1.ebuild @@ -26,7 +26,7 @@ CDEPEND=" >=media-libs/gegl-0.4.14:0.4[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.32 ) - openmp? ( sys-devel/gcc:*[openmp] ) + openmp? ( >sys-devel/gcc-5:*[openmp] ) nls? ( sys-devel/gettext ) " DEPEND="${CDEPEND}