diff options
author | 2005-03-14 21:33:29 +0000 | |
---|---|---|
committer | 2005-03-14 21:33:29 +0000 | |
commit | f6f0acfe4cc90ab9cff76c00e5d4a22cf22498b4 (patch) | |
tree | 5b03a9fadbb8688d8b8b3e1616434dfa2ab2f201 /app-text | |
parent | kdebluetooth-0.99_beta1 needs >=bluez-lib-2.15. Fixes bug #85127. (diff) | |
download | historical-f6f0acfe4cc90ab9cff76c00e5d4a22cf22498b4.tar.gz historical-f6f0acfe4cc90ab9cff76c00e5d4a22cf22498b4.tar.bz2 historical-f6f0acfe4cc90ab9cff76c00e5d4a22cf22498b4.zip |
add einfo
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/Manifest | 2 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/acroread/Manifest b/app-text/acroread/Manifest index 9780087793ac..32eec15eca19 100644 --- a/app-text/acroread/Manifest +++ b/app-text/acroread/Manifest @@ -1,4 +1,4 @@ -MD5 8c148a790f4bcbdb06f8f72653081b08 acroread-7.0.ebuild 1730 +MD5 8eed919867f8745e9cb280c3527a92ad acroread-7.0.ebuild 1796 MD5 280de59e14d75551c2810de7b332058f acroread-5.10.ebuild 2365 MD5 12ff926b8015c941d355dc8404fe05c2 ChangeLog 7573 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 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)" } |