diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-03-28 15:54:53 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-03-28 15:54:53 +0000 |
commit | f4c738936bc17f40c3fef461e7d3bf5392ee4528 (patch) | |
tree | 43dc806ce2321e5f92c6e2f93d834027d74f0df4 /app-text/acroread/acroread-5.10.ebuild | |
parent | version bump. (diff) | |
download | gentoo-2-f4c738936bc17f40c3fef461e7d3bf5392ee4528.tar.gz gentoo-2-f4c738936bc17f40c3fef461e7d3bf5392ee4528.tar.bz2 gentoo-2-f4c738936bc17f40c3fef461e7d3bf5392ee4528.zip |
Added cjk USE flag back; bug #85343.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/acroread/acroread-5.10.ebuild')
-rw-r--r-- | app-text/acroread/acroread-5.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/acroread/acroread-5.10.ebuild b/app-text/acroread/acroread-5.10.ebuild index fccfec997b62..e1d20e4bf6f7 100644 --- a/app-text/acroread/acroread-5.10.ebuild +++ b/app-text/acroread/acroread-5.10.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-5.10.ebuild,v 1.6 2005/03/25 17:13:26 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.10.ebuild,v 1.7 2005/03/28 15:54:53 usata Exp $ inherit nsplugins eutils @@ -17,8 +17,8 @@ RESTRICT="nostrip" DEPEND="virtual/libc >=sys-apps/sed-4" -RDEPEND="cjk? ( media-fonts/acroread-asianfonts ) - amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" +RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.2-r1 )" +PDEPEND="cjk? ( =media-fonts/acroread-asianfonts-5* )" PROVIDE="virtual/pdfviewer" INSTALLDIR=/opt/Acrobat5 |