diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-05-11 22:21:01 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-05-11 22:21:01 +0000 |
commit | f5b9b364999c95b75268249f926c51199ff6a4a1 (patch) | |
tree | 717a2878159cdcb5db608b4eddb28ef21725bbe0 /app-text | |
parent | Fix exec name in init.d and service files (thanks BT, bug 469366) (diff) | |
download | gentoo-2-f5b9b364999c95b75268249f926c51199ff6a4a1.tar.gz gentoo-2-f5b9b364999c95b75268249f926c51199ff6a4a1.tar.bz2 gentoo-2-f5b9b364999c95b75268249f926c51199ff6a4a1.zip |
Mute warning about textrel, bug 465160
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.5.4.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 77412484d13f..e2840c31dddd 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/acroread # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.193 2013/02/21 19:37:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.194 2013/05/11 22:21:01 dilfridge Exp $ + + 11 May 2013; Andreas K. Huettel <dilfridge@gentoo.org> acroread-9.5.4.ebuild: + Mute warning about textrel, bug 465160 21 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> acroread-9.5.4.ebuild: Stable on amd64 and x86. diff --git a/app-text/acroread/acroread-9.5.4.ebuild b/app-text/acroread/acroread-9.5.4.ebuild index 5bbfbc1b1b74..60e91f93ead9 100644 --- a/app-text/acroread/acroread-9.5.4.ebuild +++ b/app-text/acroread/acroread-9.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.4.ebuild,v 1.2 2013/02/21 19:37:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.4.ebuild,v 1.3 2013/05/11 22:21:01 dilfridge Exp $ EAPI=5 @@ -67,7 +67,10 @@ QA_FLAGS_IGNORED=" opt/Adobe/Reader9/Browser/intellinux/nppdf.so opt/netscape/plugins/nppdf.so " -QA_TEXTRELS="opt/Adobe/Reader9/Reader/intellinux/lib/libsccore.so" +QA_TEXTRELS=" + opt/Adobe/Reader9/Reader/intellinux/lib/libextendscript.so + opt/Adobe/Reader9/Reader/intellinux/lib/libsccore.so +" INSTALLDIR=/opt |