diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 09:38:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 09:38:39 +0000 |
commit | d06a0a5be0ea9da75ec1f6682c67e66763425bec (patch) | |
tree | 91831390ffebada869076074858f7feb2e592b4e /dev-util/mingw-runtime/mingw-runtime-3.18.ebuild | |
parent | Stable for amd64, wrt bug #469244 (diff) | |
download | gentoo-2-d06a0a5be0ea9da75ec1f6682c67e66763425bec.tar.gz gentoo-2-d06a0a5be0ea9da75ec1f6682c67e66763425bec.tar.bz2 gentoo-2-d06a0a5be0ea9da75ec1f6682c67e66763425bec.zip |
Fix inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/mingw-runtime/mingw-runtime-3.18.ebuild')
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild index f9423aa21144..7f292166d0da 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.18.ebuild,v 1.3 2012/08/12 04:50:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v 1.4 2013/05/10 09:38:39 patrick Exp $ export CBUILD=${CBUILD:-${CHOST}} export CTARGET=${CTARGET:-${CHOST}} @@ -10,7 +10,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi fi -inherit flag-o-matic +inherit flag-o-matic eutils MY_P="mingwrt-${PV}-mingw32" DESCRIPTION="Free Win32 runtime and import library definitions" |