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 083EC139694 for ; Fri, 17 Mar 2017 09:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E6621C18A; Fri, 17 Mar 2017 09:35:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CC1521C18A for ; Fri, 17 Mar 2017 09:35:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4490134112A for ; Fri, 17 Mar 2017 09:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE2046B2F for ; Fri, 17 Mar 2017 09:35:40 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1489743316.71eb16d941e3fa74cf90f8b584b8b6477212f9f7.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild X-VCS-Directories: media-libs/libjpeg-turbo/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 71eb16d941e3fa74cf90f8b584b8b6477212f9f7 X-VCS-Branch: master Date: Fri, 17 Mar 2017 09:35:40 +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: a7748ed0-c755-4d09-a5a4-80c0795ddd8d X-Archives-Hash: bb02750422bc07b0a7e1aaac9591860a commit: 71eb16d941e3fa74cf90f8b584b8b6477212f9f7 Author: Michael Haubenwallner gentoo org> AuthorDate: Fri Mar 17 09:34:55 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Fri Mar 17 09:35:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71eb16d9 media-libs/libjpeg-turbo: add ASM_DEPEND for x64-cygwin Package-Manager: portage-2.3.3 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild index 348a064da40..751c786fd2f 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild @@ -28,6 +28,7 @@ DEPEND="${COMMON_DEPEND} amd64-linux? ( ${ASM_DEPEND} ) x86-linux? ( ${ASM_DEPEND} ) x64-macos? ( ${ASM_DEPEND} ) + x64-cygwin? ( ${ASM_DEPEND} ) java? ( >=virtual/jdk-1.5 )" MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )