diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-11-16 06:47:45 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-11-16 06:47:45 +0000 |
commit | 3d4a034fcb92b6677ead7de732c0e1b24a52bb96 (patch) | |
tree | 03d6ceccc07f784c10f3a41656a3a8fd37c646e1 /dev-games/crystalspace | |
parent | Add app-crypt/qca dependency for bug #489850. (diff) | |
download | gentoo-2-3d4a034fcb92b6677ead7de732c0e1b24a52bb96.tar.gz gentoo-2-3d4a034fcb92b6677ead7de732c0e1b24a52bb96.tar.bz2 gentoo-2-3d4a034fcb92b6677ead7de732c0e1b24a52bb96.zip |
Drop deprecated use of "gtk2" wxGTK profile.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index e6910aa3f8f9..b56f76b8c8ff 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.59 2013/03/03 08:22:03 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.60 2013/11/16 06:47:45 dirtyepic Exp $ + + 16 Nov 2013; Ryan Hill <dirtyepic@gentoo.org> crystalspace-2.0.ebuild: + Drop deprecated use of "gtk2" wxGTK profile. 03 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> files/crystalspace-2.0-gcc47.patch: diff --git a/dev-games/crystalspace/crystalspace-2.0.ebuild b/dev-games/crystalspace/crystalspace-2.0.ebuild index 373dcac04dd8..e70df049154b 100644 --- a/dev-games/crystalspace/crystalspace-2.0.ebuild +++ b/dev-games/crystalspace/crystalspace-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.1 2013/01/24 00:16:26 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.2 2013/11/16 06:47:45 dirtyepic Exp $ EAPI=5 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator @@ -66,7 +66,7 @@ src_prepare() { src_configure() { if use wxwidgets; then WX_GTK_VER="2.8" - need-wxwidgets gtk2 + need-wxwidgets unicode fi econf \ |