diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-03-14 21:33:29 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-03-14 21:33:29 +0000 |
commit | e80570954c9138b8bdd1803122239124a8869230 (patch) | |
tree | e0819812d66a84954b404cc82dacec2712a61886 /app-text/acroread | |
parent | kdebluetooth-0.99_beta1 needs >=bluez-lib-2.15. Fixes bug #85127. (diff) | |
download | gentoo-2-e80570954c9138b8bdd1803122239124a8869230.tar.gz gentoo-2-e80570954c9138b8bdd1803122239124a8869230.tar.bz2 gentoo-2-e80570954c9138b8bdd1803122239124a8869230.zip |
add einfo
(Portage version: 1.585-cvs)
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/acroread-7.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/acroread/acroread-7.0.ebuild b/app-text/acroread/acroread-7.0.ebuild index 58ac58f2b8d1..2af2f7c55d22 100644 --- a/app-text/acroread/acroread-7.0.ebuild +++ b/app-text/acroread/acroread-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.ebuild,v 1.1 2005/03/14 21:27:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.ebuild,v 1.2 2005/03/14 21:33:29 genstef Exp $ inherit nsplugins eutils @@ -67,4 +67,6 @@ src_install() { pkg_postinst () { # fix wrong directory permissions (bug #25931) find ${INSTALLDIR} -type d | xargs chmod 755 || die + + einfo "The browser plugin does not work on firefox 1.0.1 (yet)" } |