summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-03-03 11:42:59 +0000
committerFabian Groffen <grobian@gentoo.org>2012-03-03 11:42:59 +0000
commitc2d59767f77a7707f27755fde6c68ae4e9724f3a (patch)
tree16c6fa5e6dc35af8839132939dd49565f6dd0fcd /games-misc
parentVersion bump, drop old. (diff)
downloadgentoo-2-c2d59767f77a7707f27755fde6c68ae4e9724f3a.tar.gz
gentoo-2-c2d59767f77a7707f27755fde6c68ae4e9724f3a.tar.bz2
gentoo-2-c2d59767f77a7707f27755fde6c68ae4e9724f3a.zip
Fix fortunes location used at runtime, bug #405191
(Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/fortune-mod/ChangeLog7
-rw-r--r--games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/fortune-mod/ChangeLog b/games-misc/fortune-mod/ChangeLog
index 3bfa79c0818f..80e6a5c25bb8 100644
--- a/games-misc/fortune-mod/ChangeLog
+++ b/games-misc/fortune-mod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/fortune-mod
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.27 2011/11/16 16:01:11 darkside Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.28 2012/03/03 11:42:59 grobian Exp $
+
+ 03 Mar 2012; Fabian Groffen <grobian@gentoo.org> fortune-mod-1.99.1-r2.ebuild:
+ Fix fortunes location used at runtime, bug #405191
16 Nov 2011; Jeremy Olexa <darkside@gentoo.org> fortune-mod-1.99.1-r2.ebuild:
Migrate Gentoo Prefix modifications from overlay. EAPI, arch-specific fixes,
diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild
index f448b39b837e..ffa2723a05f6 100644
--- a/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild
+++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild,v 1.10 2011/11/16 16:01:11 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1-r2.ebuild,v 1.11 2012/03/03 11:42:59 grobian Exp $
EAPI=3
inherit eutils toolchain-funcs
@@ -48,7 +48,7 @@ src_prepare() {
src_compile() {
local myrex=
[[ ${CHOST} == *-interix* ]] && myrex="REGEXDEFS=-DNO_REGEX"
- emake CC="$(tc-getCC)" $myrex || die "emake failed"
+ emake prefix="${EPREFIX}" CC="$(tc-getCC)" $myrex || die "emake failed"
}
src_install() {