summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-29 12:59:55 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-04-29 12:59:55 +0000
commit370625dcc5de3552a616f5522825b750bb1fe85b (patch)
tree7af008e22d09dddda3fe69ea4b0baa5edfa16cce /dev-lang
parentStable for HPPA (bug #265708). (diff)
downloadgentoo-2-370625dcc5de3552a616f5522825b750bb1fe85b.tar.gz
gentoo-2-370625dcc5de3552a616f5522825b750bb1fe85b.tar.bz2
gentoo-2-370625dcc5de3552a616f5522825b750bb1fe85b.zip
properly choose the wxGTK version with the wxwidgets eclass, also remove flag-o-matic, not used anymore, bug 267260 by Arvid Norlander <anmaster AT tele2 DOT se>
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/erlang/ChangeLog8
-rw-r--r--dev-lang/erlang/erlang-13.2-r1.ebuild5
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-lang/erlang/ChangeLog b/dev-lang/erlang/ChangeLog
index 93c26f95129c..9e02acce8089 100644
--- a/dev-lang/erlang/ChangeLog
+++ b/dev-lang/erlang/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/erlang
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.161 2009/04/29 05:59:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.162 2009/04/29 12:59:55 fauli Exp $
+
+ 29 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+ erlang-13.2-r1.ebuild:
+ properly choose the wxGTK version with the wxwidgets eclass, also remove
+ flag-o-matic, not used anymore, bug 267260 by Arvid Norlander <anmaster AT
+ tele2 DOT se>
*erlang-13.2-r1 (29 Apr 2009)
diff --git a/dev-lang/erlang/erlang-13.2-r1.ebuild b/dev-lang/erlang/erlang-13.2-r1.ebuild
index d55591295a9b..cd4e1f5ace64 100644
--- a/dev-lang/erlang/erlang-13.2-r1.ebuild
+++ b/dev-lang/erlang/erlang-13.2-r1.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2-r1.ebuild,v 1.1 2009/04/29 05:59:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2-r1.ebuild,v 1.2 2009/04/29 12:59:55 fauli Exp $
EAPI=2
+WX_GTK_VER="2.8"
-inherit autotools elisp-common eutils flag-o-matic multilib versionator
+inherit autotools elisp-common eutils multilib versionator wxwidgets
# NOTE: If you need symlinks for binaries please tell maintainers or
# open up a bug to let it be created.