summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2015-04-30 16:42:13 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2015-04-30 16:42:13 +0000
commitff9e537765a827e426e03faaaf3245d31a158b6e (patch)
tree37e10256e476e5800a27e5f1db35ec0338c7d95a /sci-geosciences
parentAdd missing wxwidgets eclass+setting (diff)
downloadgentoo-2-ff9e537765a827e426e03faaaf3245d31a158b6e.tar.gz
gentoo-2-ff9e537765a827e426e03faaaf3245d31a158b6e.tar.bz2
gentoo-2-ff9e537765a827e426e03faaaf3245d31a158b6e.zip
Add missing wxwidgets eclass+setting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/opencpn-plugin-climatology/ChangeLog7
-rw-r--r--sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-geosciences/opencpn-plugin-climatology/ChangeLog b/sci-geosciences/opencpn-plugin-climatology/ChangeLog
index 24a819f3c008..a8887d298db0 100644
--- a/sci-geosciences/opencpn-plugin-climatology/ChangeLog
+++ b/sci-geosciences/opencpn-plugin-climatology/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for sci-geosciences/opencpn-plugin-climatology
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog,v 1.1 2015/01/21 23:26:57 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog,v 1.2 2015/04/30 16:42:13 mschiff Exp $
+
+ 30 Apr 2015; Marc Schiffbauer <mschiff@gentoo.org>
+ opencpn-plugin-climatology-1.0.ebuild:
+ Add missing wxwidgets eclass+setting
*opencpn-plugin-climatology-1.0 (21 Jan 2015)
21 Jan 2015; Marc Schiffbauer <mschiff@gentoo.org>
+opencpn-plugin-climatology-1.0.ebuild, +metadata.xml:
Initial commit for opencpn-plugin-climatology
-
diff --git a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild
index 68bf4c96b5ce..d36061661786 100644
--- a/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild
+++ b/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild,v 1.1 2015/01/21 23:26:57 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild,v 1.2 2015/04/30 16:42:13 mschiff Exp $
EAPI=5
-inherit cmake-utils
+WX_GTK_VER="2.8"
+inherit cmake-utils wxwidgets
MY_PN="climatology_pi"