diff options
Diffstat (limited to 'x11-misc/grabc')
-rw-r--r-- | x11-misc/grabc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grabc/grabc-1.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/grabc/ChangeLog b/x11-misc/grabc/ChangeLog index 066a4e1059af..a272939bd6c8 100644 --- a/x11-misc/grabc/ChangeLog +++ b/x11-misc/grabc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/grabc -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.8 2005/07/09 07:01:28 smithj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.9 2006/01/21 19:31:56 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> grabc-1.1.ebuild: + Fixed DEPEND for modular X. 09 Jul 2005; Jonathan Smith <smithj@gentoo.org> grabc-1.1.ebuild: stable amd64 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() { |