diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2006-01-11 11:47:57 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2006-01-11 11:47:57 +0000 |
commit | 9a1cb3226b0dfeb310f359db95a2ad81eef74134 (patch) | |
tree | 19d56d42eed387dd7dc40c024cd7bfd0931e913d /app-text/acroread | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-9a1cb3226b0dfeb310f359db95a2ad81eef74134.tar.gz gentoo-2-9a1cb3226b0dfeb310f359db95a2ad81eef74134.tar.bz2 gentoo-2-9a1cb3226b0dfeb310f359db95a2ad81eef74134.zip |
Also fix the x86 deps for bug 118417 (with the ok from genstef).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/acroread/Manifest | 14 | ||||
-rw-r--r-- | app-text/acroread/acroread-7.0.5.ebuild | 3 |
3 files changed, 8 insertions, 14 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index ba83620dbd77..7cf9ec4ab9ed 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/acroread # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.65 2006/01/11 11:23:21 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.66 2006/01/11 11:47:57 herbs Exp $ + + 11 Jan 2006; Herbie Hopkins <herbs@gentoo.org> acroread-7.0.5.ebuild: + Also fix the x86 deps for bug 118417 (with the ok from genstef). 11 Jan 2006; Herbie Hopkins <herbs@gentoo.org> acroread-7.0.5.ebuild: Adjusted amd64 deps for bug 118417, libcups is required to avoid crash when diff --git a/app-text/acroread/Manifest b/app-text/acroread/Manifest index 6e25c28258a6..00c7ca449931 100644 --- a/app-text/acroread/Manifest +++ b/app-text/acroread/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5cb273fa0f98dd38e0868bb8390cd144 ChangeLog 11945 +MD5 b7ff7d1848cccb84b1e55d9bf1a5fe18 ChangeLog 12085 MD5 520bad9028981b2837696c4f7a4f84b4 acroread-5.10.ebuild 2511 MD5 7c177b350d5c17994dd80569e0fcdb22 acroread-7.0.1.1.ebuild 3439 -MD5 9a2ff737571e11bb8d7590e2f5b63144 acroread-7.0.5.ebuild 2661 +MD5 f1bd258bd31b8909326f0d9213a10556 acroread-7.0.5.ebuild 2679 MD5 00414d6be2296740cc5225ca93a3d035 files/acroread-scim.patch 488 MD5 d0981fc5a58874b78a6f2a2b73d3e43d files/digest-acroread-5.10 63 MD5 56c836a11cd417c3694a90f2c1ccfef9 files/digest-acroread-7.0.1.1 1185 MD5 c7f8b023e5f98d120c27778a2b2184b7 files/digest-acroread-7.0.5 395 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDxOq42G5bA0cA/ScRAlnzAJ9NPoQ+MPwFVNGZU8jd5AdyweVyVACdGFWC -2b+mKPLNMDOi/yAY9b4G31w= -=mIIc ------END PGP SIGNATURE----- diff --git a/app-text/acroread/acroread-7.0.5.ebuild b/app-text/acroread/acroread-7.0.5.ebuild index d28572273185..ca0068b14a9d 100644 --- a/app-text/acroread/acroread-7.0.5.ebuild +++ b/app-text/acroread/acroread-7.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.5.ebuild,v 1.3 2006/01/11 11:23:21 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.5.ebuild,v 1.4 2006/01/11 11:47:57 herbs Exp $ inherit eutils nsplugins rpm versionator @@ -22,6 +22,7 @@ RESTRICT="nostrip" RDEPEND="virtual/libc !amd64? ( >=x11-libs/gtk+-2.0 + net-print/cups ldap? ( net-nds/openldap ) ) amd64? ( >=app-emulation/emul-linux-x86-baselibs-2.4.2 >=app-emulation/emul-linux-x86-gtklibs-2.0 )" |