diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
commit | 14c4d5aae5d38e3422af17f1a181cc0bea2d3867 (patch) | |
tree | 849bd39d75c03e6bb7abbcc7eb17a094bb48c27c | |
parent | Updated monodoc dependency to 1.1.8. (diff) | |
download | gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.gz gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.bz2 gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
-rw-r--r-- | x11-misc/fsv/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fsv/fsv-0.9.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/grabc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grabc/grabc-1.1.ebuild | 7 |
4 files changed, 17 insertions, 11 deletions
diff --git a/x11-misc/fsv/ChangeLog b/x11-misc/fsv/ChangeLog index 3ba125ebd764..60eacc64707f 100644 --- a/x11-misc/fsv/ChangeLog +++ b/x11-misc/fsv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fsv -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.9 2005/11/01 14:39:52 nelchael Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.10 2006/01/21 19:28:44 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> fsv-0.9.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> fsv-0.9.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. diff --git a/x11-misc/fsv/fsv-0.9.ebuild b/x11-misc/fsv/fsv-0.9.ebuild index d4787c8c047a..d9f870cbc8a1 100644 --- a/x11-misc/fsv/fsv-0.9.ebuild +++ b/x11-misc/fsv/fsv-0.9.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/fsv/fsv-0.9.ebuild,v 1.10 2005/11/01 14:39:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/fsv-0.9.ebuild,v 1.11 2006/01/21 19:28:44 nelchael Exp $ IUSE="nls" @@ -12,8 +12,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="amd64 ~ppc x86" -DEPEND="virtual/opengl - virtual/x11 +DEPEND="=x11-libs/gtk+-1.2* <x11-libs/gtkglarea-1.99" src_compile() { 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() { |