diff options
author | 2004-08-13 10:16:28 +0000 | |
---|---|---|
committer | 2004-08-13 10:16:28 +0000 | |
commit | 03e10c1c53a750f22b0c643a0cbb35e88dfc3505 (patch) | |
tree | a3c45e460f9c257af93fc0bfaa4ef7306a4af796 /app-text/acroread | |
parent | Added fix for yet another race condition in /proc, removed old kernels (Manif... (diff) | |
download | gentoo-2-03e10c1c53a750f22b0c643a0cbb35e88dfc3505.tar.gz gentoo-2-03e10c1c53a750f22b0c643a0cbb35e88dfc3505.tar.bz2 gentoo-2-03e10c1c53a750f22b0c643a0cbb35e88dfc3505.zip |
Marking 5.09 stable since it was updated for a security issue. Bug #60205.
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.09.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index f5821b1623df..32773e07f2fd 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/acroread # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.33 2004/07/01 19:28:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.34 2004/08/13 10:16:28 plasmaroo Exp $ + + 13 Aug 2004; <plasmaroo@gentoo.org> acroread-5.09.ebuild: + Marking 5.09 stable since it was updated for a security issue. Bug #60205. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> acroread-5.08.ebuild, acroread-5.09.ebuild: diff --git a/app-text/acroread/acroread-5.09.ebuild b/app-text/acroread/acroread-5.09.ebuild index 4ec4c4bd3e8f..ea0152036623 100644 --- a/app-text/acroread/acroread-5.09.ebuild +++ b/app-text/acroread/acroread-5.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09.ebuild,v 1.3 2004/07/01 11:55:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.09.ebuild,v 1.4 2004/08/13 10:16:28 plasmaroo Exp $ inherit nsplugins eutils @@ -13,7 +13,7 @@ IUSE="cjk" SLOT="0" LICENSE="Adobe" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" RESTRICT="nostrip" DEPEND="virtual/libc @@ -71,7 +71,6 @@ src_install() { } pkg_postinst () { - # fix wrong directory permissions (bug #25931) find ${INSTALLDIR} -type d | xargs chmod 755 || die } |