--- /usr/portage/sci-misc/boinc/boinc-7.2.0-r1.ebuild 2013-12-31 14:05:51.000000000 +0100 +++ boinc-7.2.42.ebuild 2014-02-13 16:47:55.404882367 +0100 @@ -1,11 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-7.2.0-r1.ebuild,v 1.1 2013/12/31 13:05:51 pacho Exp $ +# $Header: $ EAPI=5 -#WANT_AUTOMAKE="1.11" - AUTOTOOLS_AUTORECONF=true inherit autotools-utils flag-o-matic eutils wxwidgets user systemd @@ -48,7 +46,7 @@ " PATCHES=( - "${FILESDIR}"/${P}-fix_subdirs.patch + "${FILESDIR}"/${PN}-7.2.0-fix_subdirs.patch ) AUTOTOOLS_IN_SOURCE_BUILD=1 @@ -64,7 +62,7 @@ local wxconf="" # add gtk includes - append-flags "$(pkg-config --cflags gtk+-2.0)" + use X && append-flags "$(pkg-config --cflags gtk+-2.0)" # look for wxGTK if use X; then