diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 20:05:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 20:05:11 +0000 |
commit | d829c7342a91d1d494126f51b6d5bffcd69dcb85 (patch) | |
tree | bd996a9db319f159568fe2d59577586fe0c9dfdb /games-rpg/nwmouse | |
parent | Marked ppc-macos stable (bug #145410) (diff) | |
download | gentoo-2-d829c7342a91d1d494126f51b6d5bffcd69dcb85.tar.gz gentoo-2-d829c7342a91d1d494126f51b6d5bffcd69dcb85.tar.bz2 gentoo-2-d829c7342a91d1d494126f51b6d5bffcd69dcb85.zip |
Change hard-coded /opt to GAMES_PREFIX_OPT.
(Portage version: 2.1.1)
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r-- | games-rpg/nwmouse/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/nwmouse/nwmouse-0.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog index 6cc8271d194d..6cece6a0326b 100644 --- a/games-rpg/nwmouse/ChangeLog +++ b/games-rpg/nwmouse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/nwmouse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.2 2006/08/25 09:20:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.3 2006/09/15 20:05:11 wolf31o2 Exp $ + + 15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> nwmouse-0.1.ebuild: + Change hard-coded /opt to GAMES_PREFIX_OPT. 25 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> nwmouse-0.1.ebuild: Fix QA_TEXTRELS typo (bug #145039) diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild index f6d012175742..f7fe40bfa933 100644 --- a/games-rpg/nwmouse/nwmouse-0.1.ebuild +++ b/games-rpg/nwmouse/nwmouse-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.2 2006/08/25 09:20:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.3 2006/09/15 20:05:11 wolf31o2 Exp $ inherit games @@ -15,10 +15,10 @@ KEYWORDS="~amd64 ~x86" # I've looked at this stuff, and I can't find the problem myself, so I'm just # removing the warnings. If someone feels like finding the patch, that would be # great and I'll gladly include it. -QA_EXECSTACK="opt/nwn/nwmouse.so" -QA_TEXTRELS="opt/nwn/nwmouse.so" +QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so" +QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/nwn/nwmouse.so" IUSE="" -RESTRICT="nostrip nomirror" +RESTRICT="strip mirror" RDEPEND="sys-libs/glibc games-rpg/nwn-data |