summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-09-20 13:25:59 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-09-20 13:25:59 +0000
commit8e0b7fc763bd76e12b52065457f51cab0c62a8fc (patch)
tree48ae53aa211a213cf8de52b540da11b92c735ef4 /app-office/openoffice-bin
parentalpha stable wrt #192617 (diff)
downloadgentoo-2-8e0b7fc763bd76e12b52065457f51cab0c62a8fc.tar.gz
gentoo-2-8e0b7fc763bd76e12b52065457f51cab0c62a8fc.tar.bz2
gentoo-2-8e0b7fc763bd76e12b52065457f51cab0c62a8fc.zip
Surpress QA warnings on AMD64 too, closes bug #193164
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/ChangeLog6
-rw-r--r--app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog
index 3ac086a265d8..4c416f603705 100644
--- a/app-office/openoffice-bin/ChangeLog
+++ b/app-office/openoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice-bin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.177 2007/09/19 08:56:10 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.178 2007/09/20 13:25:59 suka Exp $
+
+ 20 Sep 2007; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-bin-2.3.0.ebuild:
+ Surpress QA warnings on AMD64 too, closes bug #193164
19 Sep 2007; Andreas Proschofsky <suka@gentoo.org>
-files/2.2.1/50-openoffice-bin, -files/2.2.1/ooo-wrapper2,
diff --git a/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild b/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild
index bc886a4cebb7..f61f1f6d3147 100644
--- a/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild,v 1.4 2007/09/18 21:22:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.3.0.ebuild,v 1.5 2007/09/20 13:25:59 suka Exp $
inherit eutils fdo-mime rpm multilib
@@ -50,10 +50,10 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/ooo"
RESTRICT="strip"
-QA_EXECSTACK="usr/lib/openoffice/program/*"
-QA_TEXTRELS="usr/lib/openoffice/program/libvclplug_gen680li.so.1.1 \
- usr/lib/openoffice/program/python-core-2.3.4/lib/lib-dynload/_curses_panel.so \
- usr/lib/openoffice/program/python-core-2.3.4/lib/lib-dynload/_curses.so"
+QA_EXECSTACK="usr/$(get_libdir)/openoffice/program/*"
+QA_TEXTRELS="usr/$(get_libdir)/openoffice/program/libvclplug_gen680li.so.1.1 \
+ usr/$(get_libdir)/openoffice/program/python-core-2.3.4/lib/lib-dynload/_curses_panel.so \
+ usr/$(get_libdir)/openoffice/program/python-core-2.3.4/lib/lib-dynload/_curses.so"
src_unpack() {