diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-15 18:03:22 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-15 18:03:22 +0000 |
commit | 1416b56f7f7eb2352f85d1adf076f7e597972156 (patch) | |
tree | 2030bbb0066d668bc14cfb4f15984a4e1aaa712c | |
parent | fix for amd64 (Manifest recommit) (diff) | |
download | gentoo-2-1416b56f7f7eb2352f85d1adf076f7e597972156.tar.gz gentoo-2-1416b56f7f7eb2352f85d1adf076f7e597972156.tar.bz2 gentoo-2-1416b56f7f7eb2352f85d1adf076f7e597972156.zip |
Added an advisory for mozilla and firefox's users about gtk2 USE flag. See bug #24233
-rw-r--r-- | app-text/acroread/acroread-5.08.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/app-text/acroread/acroread-5.08.ebuild b/app-text/acroread/acroread-5.08.ebuild index fbe578524a68..551459c9a842 100644 --- a/app-text/acroread/acroread-5.08.ebuild +++ b/app-text/acroread/acroread-5.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.08.ebuild,v 1.5 2003/10/07 20:44:25 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.08.ebuild,v 1.6 2004/02/15 18:03:22 usata Exp $ inherit nsplugins eutils @@ -22,6 +22,14 @@ RDEPEND="cjk? ( media-fonts/acroread-asianfonts )" INSTALLDIR=/opt/Acrobat5 +pkg_setup() { + + einfo + einfo "gtk2 USE flag can cause a slowdown in Mozilla's performance" + einfo "especially when using the acroread plugin to view a PDF file." + einfo +} + src_compile() { tar -xvf LINUXRDR.TAR --no-same-owner |