From 65737cf14a7220bd9a487aa2af4ae0e79bd23e86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 21:45:04 +0000 Subject: gentoo resync : 08.01.2018 --- dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild') diff --git a/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild b/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild index 29cc5a875193..0a13e7773d86 100644 --- a/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -23,7 +23,7 @@ LICENSE="BSD" SLOT="0" # Collides with w32api-4.x #KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="crosscompile_opts_headers-only" +IUSE="headers-only" RESTRICT="strip" DEPEND="app-arch/xz-utils" @@ -35,7 +35,7 @@ is_crosscompile() { [[ ${CHOST} != ${CTARGET} ]] } just_headers() { - use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]] + use headers-only && [[ ${CHOST} != ${CTARGET} ]] } pkg_setup() { -- cgit v1.2.3