summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-02-05 01:39:43 +0000
committerMike Gilbert <floppym@gentoo.org>2012-02-05 01:39:43 +0000
commitee230c68cdfca92c50a175a5e11b6915385faab4 (patch)
treedcfd4d9d5262d56930795b50bf5ec5123c4e8b12 /dev-lang
parentInherit multilib. (diff)
downloadgentoo-2-ee230c68cdfca92c50a175a5e11b6915385faab4.tar.gz
gentoo-2-ee230c68cdfca92c50a175a5e11b6915385faab4.tar.bz2
gentoo-2-ee230c68cdfca92c50a175a5e11b6915385faab4.zip
Inherit toolchain-funcs.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gdl/ChangeLog5
-rw-r--r--dev-lang/gdl/gdl-0.9.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/gdl/ChangeLog b/dev-lang/gdl/ChangeLog
index 3294c084a5f2..d0f094b89c2b 100644
--- a/dev-lang/gdl/ChangeLog
+++ b/dev-lang/gdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/gdl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.27 2012/02/01 17:43:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.28 2012/02/05 01:39:43 floppym Exp $
+
+ 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> gdl-0.9.2-r1.ebuild:
+ Inherit toolchain-funcs.
*gdl-0.9.2-r1 (01 Feb 2012)
diff --git a/dev-lang/gdl/gdl-0.9.2-r1.ebuild b/dev-lang/gdl/gdl-0.9.2-r1.ebuild
index a9a2eab6e0da..e41c7aac1d44 100644
--- a/dev-lang/gdl/gdl-0.9.2-r1.ebuild
+++ b/dev-lang/gdl/gdl-0.9.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r1.ebuild,v 1.1 2012/02/01 17:43:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r1.ebuild,v 1.2 2012/02/05 01:39:43 floppym Exp $
EAPI=4
@@ -8,7 +8,7 @@ WX_GTK_VER="2.8"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-inherit cmake-utils eutils wxwidgets python virtualx
+inherit cmake-utils eutils wxwidgets python toolchain-funcs virtualx
RESTRICT_PYTHON_ABIS="3.*"