diff options
Diffstat (limited to 'x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild')
-rw-r--r-- | x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild index 9d6b056f30d0..acda5d7ed496 100644 --- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild +++ b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.4 2008/06/27 13:25:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.5 2008/06/27 17:04:19 gentoofan23 Exp $ -inherit toolchain-funcs +inherit eutils toolchain-funcs DESCRIPTION="GTK-2.0 Theme Switcher" HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/" @@ -19,9 +19,11 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} + cd "${S}" # QA: stop Makefile from stripping the binaries sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed." + epatch "${FILESDIR}"/${P}-implicit.patch } src_compile() { |