diff options
author | 2007-01-04 23:06:31 +0000 | |
---|---|---|
committer | 2007-01-04 23:06:31 +0000 | |
commit | 1a2f6251a4ba6d309f0623b03c540b6b6954a633 (patch) | |
tree | c982f9ddb495e38d5cf5b971d4b7300eee2a0655 /x11-libs/wxGTK | |
parent | ebuild cleanup, bug 156629 (diff) | |
download | gentoo-2-1a2f6251a4ba6d309f0623b03c540b6b6954a633.tar.gz gentoo-2-1a2f6251a4ba6d309f0623b03c540b6b6954a633.tar.bz2 gentoo-2-1a2f6251a4ba6d309f0623b03c540b6b6954a633.zip |
Remove debug.eclass usage (bug #160116), and clean up redundant inherits.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 6efb552241ee..d888440a3377 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.130 2006/12/30 12:01:47 leio Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.131 2007/01/04 23:06:31 dirtyepic Exp $ + + 04 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.3.3.ebuild: + Remove debug.eclass usage (bug #160116), and clean up redundant inherits. 30 Dec 2006; <leio@gentoo.org> -wxGTK-2.6.1.ebuild: Remove redundant version diff --git a/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild b/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild index df6beac2b29c..1e20cb5010f6 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild,v 1.3 2006/11/23 16:48:09 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.3.3.ebuild,v 1.4 2007/01/04 23:06:31 dirtyepic Exp $ -inherit debug eutils multilib toolchain-funcs gnuconfig versionator flag-o-matic +inherit versionator flag-o-matic HTML_PV="$(get_version_component_range 1-3)" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2 SLOT="2.6" KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc gnome joystick odbc opengl sdl unicode X" +IUSE="debug doc gnome joystick odbc opengl sdl unicode X" LICENSE="wxWinLL-3" HOMEPAGE="http://www.wxwidgets.org" @@ -130,7 +130,6 @@ src_unpack() { } src_compile() { - gnuconfig_update append-flags -fno-strict-aliasing myconf="${myconf} $(use_with sdl) |