summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:15:50 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:15:50 +0000
commit89c7decf8a166d835a48750eea48989374ebb4b0 (patch)
tree8f6d982442dc51e5f4a054b457bd34d51fda320f /x11-misc/xnview
parentinitial commit. (diff)
downloadhistorical-89c7decf8a166d835a48750eea48989374ebb4b0.tar.gz
historical-89c7decf8a166d835a48750eea48989374ebb4b0.tar.bz2
historical-89c7decf8a166d835a48750eea48989374ebb4b0.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xnview')
-rw-r--r--x11-misc/xnview/ChangeLog7
-rw-r--r--x11-misc/xnview/xnview-1.70-r1.ebuild14
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-misc/xnview/ChangeLog b/x11-misc/xnview/ChangeLog
index 50279a291030..dffcbf47cf00 100644
--- a/x11-misc/xnview/ChangeLog
+++ b/x11-misc/xnview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xnview
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.18 2005/12/29 22:25:49 nelchael Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.19 2006/01/21 18:15:50 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xnview-1.70-r1.ebuild:
+ Fixed DEPEND for modular X.
29 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> xnview-1.70-r1.ebuild:
Added missing DEPEND on sys-libs/glibc.
diff --git a/x11-misc/xnview/xnview-1.70-r1.ebuild b/x11-misc/xnview/xnview-1.70-r1.ebuild
index 74c2122fef8f..7bed9451a14b 100644
--- a/x11-misc/xnview/xnview-1.70-r1.ebuild
+++ b/x11-misc/xnview/xnview-1.70-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.70-r1.ebuild,v 1.3 2005/12/29 22:25:49 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.70-r1.ebuild,v 1.4 2006/01/21 18:15:50 nelchael Exp $
DESCRIPTION="XnView image viewer/converter"
HOMEPAGE="http://www.xnview.com/"
@@ -11,7 +11,15 @@ LICENSE="free-noncomm as-is"
KEYWORDS="x86 -*"
IUSE=""
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libXau
+ x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext
+ x11-libs/libXp
+ x11-libs/libXdmcp )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
sys-libs/glibc"
S="${WORKDIR}/XnView-1.70-x86-unknown-linux2.x-static-fc4"