diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-03-23 16:05:50 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-03-23 16:05:50 +0000 |
commit | ecce694ff9f874052eafd342f913b5b734f31341 (patch) | |
tree | 0e736a4e688ae7a085d1763faf915feaab5ee774 /games-board | |
parent | New docs ebuilds for new versions (diff) | |
download | gentoo-2-ecce694ff9f874052eafd342f913b5b734f31341.tar.gz gentoo-2-ecce694ff9f874052eafd342f913b5b734f31341.tar.bz2 gentoo-2-ecce694ff9f874052eafd342f913b5b734f31341.zip |
set includedir explicitly wrt #505436
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pioneers/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/pioneers/pioneers-15.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-board/pioneers/ChangeLog b/games-board/pioneers/ChangeLog index aac465442179..7c4aeae9d4bf 100644 --- a/games-board/pioneers/ChangeLog +++ b/games-board/pioneers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pioneers -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pioneers/ChangeLog,v 1.32 2013/12/19 23:24:03 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pioneers/ChangeLog,v 1.33 2014/03/23 16:05:50 hasufell Exp $ + + 23 Mar 2014; Julian Ospald <hasufell@gentoo.org> pioneers-15.1.ebuild: + set includedir explicitly wrt #505436 19 Dec 2013; Julian Ospald <hasufell@gentoo.org> files/pioneers-15.1-build.patch, pioneers-15.1.ebuild: diff --git a/games-board/pioneers/pioneers-15.1.ebuild b/games-board/pioneers/pioneers-15.1.ebuild index 0eea195cd842..ea95da95ad54 100644 --- a/games-board/pioneers/pioneers-15.1.ebuild +++ b/games-board/pioneers/pioneers-15.1.ebuild @@ -1,6 +1,6 @@ -# 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/games-board/pioneers/pioneers-15.1.ebuild,v 1.2 2013/12/19 23:24:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pioneers/pioneers-15.1.ebuild,v 1.3 2014/03/23 16:05:50 hasufell Exp $ EAPI=5 inherit autotools eutils gnome-games @@ -38,7 +38,8 @@ src_configure() { gnome-games_src_configure \ $(use_enable nls) \ --enable-minimal-flags \ - $(use_with help) + $(use_with help) \ + --includedir=/usr/include } src_install() { |