summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-08-25 09:20:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-08-25 09:20:30 +0000
commit8d76391ff67cad1aafd83aba01b4695db213d356 (patch)
tree97fd99df4fe9adc8c4b8c64459dc21235afd85f2 /games-rpg/nwmouse
parentAnother round of small fixes and cleanups to the ebuild (diff)
downloadgentoo-2-8d76391ff67cad1aafd83aba01b4695db213d356.tar.gz
gentoo-2-8d76391ff67cad1aafd83aba01b4695db213d356.tar.bz2
gentoo-2-8d76391ff67cad1aafd83aba01b4695db213d356.zip
Fix QA_TEXTRELS typo (bug #145039)
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r--games-rpg/nwmouse/ChangeLog5
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog
index b8c479984bfc..6cc8271d194d 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.1 2006/07/26 19:58:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.2 2006/08/25 09:20:30 mr_bones_ Exp $
+
+ 25 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> nwmouse-0.1.ebuild:
+ Fix QA_TEXTRELS typo (bug #145039)
*nwmouse-0.1 (26 Jul 2006)
diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild
index ffd323496cd6..f6d012175742 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.1 2006/07/26 19:58:58 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.2 2006/08/25 09:20:30 mr_bones_ Exp $
inherit games
@@ -15,10 +15,8 @@ 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_amd64="opt/nwn/nwmouse.so"
-QA_EXECSTACK_x86="opt/nwn/nwmouse.so"
-QA_TEXTREL_amd64="opt/nwn/nwmouse.so"
-QA_TEXTREL_x86="opt/nwn/nwmouse.so"
+QA_EXECSTACK="opt/nwn/nwmouse.so"
+QA_TEXTRELS="opt/nwn/nwmouse.so"
IUSE=""
RESTRICT="nostrip nomirror"