summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 19:31:56 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 19:31:56 +0000
commit14c4d5aae5d38e3422af17f1a181cc0bea2d3867 (patch)
tree849bd39d75c03e6bb7abbcc7eb17a094bb48c27c /x11-misc/grabc/grabc-1.1.ebuild
parentUpdated monodoc dependency to 1.1.8. (diff)
downloadgentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.gz
gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.bz2
gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/grabc/grabc-1.1.ebuild')
-rw-r--r--x11-misc/grabc/grabc-1.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/grabc/grabc-1.1.ebuild b/x11-misc/grabc/grabc-1.1.ebuild
index 57441aa26e48..4b912ffee0ae 100644
--- a/x11-misc/grabc/grabc-1.1.ebuild
+++ b/x11-misc/grabc/grabc-1.1.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/grabc/grabc-1.1.ebuild,v 1.8 2005/07/09 07:01:28 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/grabc-1.1.ebuild,v 1.9 2006/01/21 19:31:56 nelchael Exp $
S="${WORKDIR}/${PN}${PV}"
DESCRIPTION="A simple but useful program to determine the color string in hex (or RGB components) by clicking on a pixel on the screen"
@@ -12,8 +12,9 @@ KEYWORDS="x86 ppc ppc64 amd64"
SLOT="0"
IUSE=""
-RDEPEND="virtual/x11"
+RDEPEND="|| ( x11-libs/libX11 virtual/x11 )"
DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )
>=sys-apps/sed-4"
src_unpack() {