diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-28 20:23:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-28 20:23:53 +0200 |
commit | 550ded86e5ce58fd5e6ba5fcd026a37d0eb95890 (patch) | |
tree | 4509d10faed877bd62bf4212f4de0412fa467591 /dev-util/codeblocks | |
parent | dev-util/wxglade: Version bump (diff) | |
download | gentoo-550ded86e5ce58fd5e6ba5fcd026a37d0eb95890.tar.gz gentoo-550ded86e5ce58fd5e6ba5fcd026a37d0eb95890.tar.bz2 gentoo-550ded86e5ce58fd5e6ba5fcd026a37d0eb95890.zip |
dev-util/codeblocks: Uses wxGTK:3.0 since 17.12 versions
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/codeblocks-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index 4592ffeead9c..9296cc13443b 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -WX_GTK_VER="2.8" +WX_GTK_VER="3.0" inherit autotools eutils subversion wxwidgets |