diff options
author | 2006-09-24 14:11:15 +0000 | |
---|---|---|
committer | 2006-09-24 14:11:15 +0000 | |
commit | 86830e101868add07bfefbb79358272c8bf81656 (patch) | |
tree | b2d89edb4ebc0d0d5210acdd5d65f43178f5502e /dev-util/mingw-runtime | |
parent | Fixup build system to not strip files #148758 by Markus Meier. (diff) | |
download | historical-86830e101868add07bfefbb79358272c8bf81656.tar.gz historical-86830e101868add07bfefbb79358272c8bf81656.tar.bz2 historical-86830e101868add07bfefbb79358272c8bf81656.zip |
need flag-o-matic #148924
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-util/mingw-runtime')
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.10.ebuild | 4 | ||||
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.9.ebuild | 4 |
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/" |