summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-24 14:11:15 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-24 14:11:15 +0000
commit637a5b815d0a4f6aaac515ff21ae23df62a54e57 (patch)
tree938f05aed9f39fde59094137797df05e18006dc2
parentneed flag-o-matic #148924 (diff)
downloadgentoo-2-637a5b815d0a4f6aaac515ff21ae23df62a54e57.tar.gz
gentoo-2-637a5b815d0a4f6aaac515ff21ae23df62a54e57.tar.bz2
gentoo-2-637a5b815d0a4f6aaac515ff21ae23df62a54e57.zip
need flag-o-matic #148924
(Portage version: 2.1.2_pre1)
-rw-r--r--dev-util/mingw-runtime/mingw-runtime-3.10.ebuild4
-rw-r--r--dev-util/mingw-runtime/mingw-runtime-3.9.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
index ebb3c76d6d9e..9dc6044fdb8f 100644
--- a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
+++ b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.2 2006/09/23 11:18:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.3 2006/09/24 14:11:15 vapier Exp $
# This version does not work as the configure script expects the installed
# cross-compiler to be able to link binaries ... except we haven't provided
@@ -16,7 +16,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
fi
fi
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Free Win32 runtime and import library definitions"
HOMEPAGE="http://www.mingw.org/"
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
index a85789ec1879..605469e5d934 100644
--- a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
+++ b/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild,v 1.2 2006/09/23 11:18:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild,v 1.3 2006/09/24 14:11:15 vapier Exp $
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
@@ -10,7 +10,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
fi
fi
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Free Win32 runtime and import library definitions"
HOMEPAGE="http://www.mingw.org/"