diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:37:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:37:19 +0000 |
commit | 4a03246913b6b89d0b1264630cc5602ecc3caeb2 (patch) | |
tree | e96d34d72245ea6fbfdedc6597434dfe2c1fa14e /app-text/xpdf/xpdf-3.02-r4.ebuild | |
parent | arm stable, bug #325215 (diff) | |
download | historical-4a03246913b6b89d0b1264630cc5602ecc3caeb2.tar.gz historical-4a03246913b6b89d0b1264630cc5602ecc3caeb2.tar.bz2 historical-4a03246913b6b89d0b1264630cc5602ecc3caeb2.zip |
Fix openmotif dependency.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'app-text/xpdf/xpdf-3.02-r4.ebuild')
-rw-r--r-- | app-text/xpdf/xpdf-3.02-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xpdf/xpdf-3.02-r4.ebuild b/app-text/xpdf/xpdf-3.02-r4.ebuild index 6f58064ddedb..bcac04a7daba 100644 --- a/app-text/xpdf/xpdf-3.02-r4.ebuild +++ b/app-text/xpdf/xpdf-3.02-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.02-r4.ebuild,v 1.7 2010/02/11 17:03:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.02-r4.ebuild,v 1.8 2010/10/10 17:37:19 ulm Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="nodrm" RDEPEND=" >=app-text/poppler-0.12.3-r3[xpdf-headers] - x11-libs/openmotif + >=x11-libs/openmotif-2.3:0 x11-libs/libX11 x11-libs/libXpm " |