diff options
-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 |