diff options
author | 2008-10-11 22:28:08 +0000 | |
---|---|---|
committer | 2008-10-11 22:28:08 +0000 | |
commit | ba4eb3ad847c084521e7597eefdcbbdc41703f38 (patch) | |
tree | 237dfc57adadedde1521d47fa22dffb18e17d1f9 /x11-apps/xmore/xmore-1.0.1-r1.ebuild | |
parent | Fix build dependencies. (diff) | |
download | historical-ba4eb3ad847c084521e7597eefdcbbdc41703f38.tar.gz historical-ba4eb3ad847c084521e7597eefdcbbdc41703f38.tar.bz2 historical-ba4eb3ad847c084521e7597eefdcbbdc41703f38.zip |
Fix dependencies.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'x11-apps/xmore/xmore-1.0.1-r1.ebuild')
-rw-r--r-- | x11-apps/xmore/xmore-1.0.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xmore/xmore-1.0.1-r1.ebuild b/x11-apps/xmore/xmore-1.0.1-r1.ebuild index 58fad89a60bb..905571eb9f25 100644 --- a/x11-apps/xmore/xmore-1.0.1-r1.ebuild +++ b/x11-apps/xmore/xmore-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.1 2008/01/21 15:22:26 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/xmore-1.0.1-r1.ebuild,v 1.2 2008/10/11 22:28:08 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,8 @@ DESCRIPTION="plain text display program for the X Window System" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # Broken without xprint IUSE="xprint" -RDEPEND="xprint? ( x11-libs/libXprintUtil )" +RDEPEND="xprint? ( x11-libs/libXprintUtil ) + x11-libs/libXaw" #x11-libs/libXprintUtil" DEPEND="${RDEPEND}" PATCHES="${FILESDIR}/${P}-ifdef-xprint.patch" |