View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/dev-cpp/gtkmm/gtkmm-2.10.2.ebuild (-2 / +9 lines)
 Lines 1-8    Link Here 
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.10.2.ebuild,v 1.1 2006/10/29 01:19:49 allanonjl Exp $
# $Header: $
inherit gnome2
inherit gnome2 autotools
DESCRIPTION="C++ interface for GTK+2"
DESCRIPTION="C++ interface for GTK+2"
HOMEPAGE="http://gtkmm.sourceforge.net/"
HOMEPAGE="http://gtkmm.sourceforge.net/"
 Lines 30-32    Link Here 
			$(use_enable examples)
			$(use_enable examples)
			$(use_enable examples demos)"
			$(use_enable examples demos)"
}
}
src_unpack(){
	unpack ${A}
	epatch "${FILESDIR}"/gtkmm-2.10.2-no_atk.patch
	cd "${S}"
	eautoconf
}