diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:46:53 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:46:53 +0000 |
commit | 874477ab60a7056a83f478cff48d3a06108d986c (patch) | |
tree | 9d11fe366a2d336ab00f0307a073739ccc9b2da4 /x11-misc/xcut | |
parent | ppc stable, bug #119590 (diff) | |
download | gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.tar.gz gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.tar.bz2 gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xcut')
-rw-r--r-- | x11-misc/xcut/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcut/xcut-0.2.ebuild | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/x11-misc/xcut/ChangeLog b/x11-misc/xcut/ChangeLog index 43ac209c16cf..62a7adeac591 100644 --- a/x11-misc/xcut/ChangeLog +++ b/x11-misc/xcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcut -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.4 2005/07/26 15:09:10 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.5 2006/01/21 16:42:51 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xcut-0.2.ebuild: + Fixed DEPEND for modular X. 26 Jul 2005; David Holm <dholm@gentoo.org> xcut-0.2.ebuild: Added to ~ppc. diff --git a/x11-misc/xcut/xcut-0.2.ebuild b/x11-misc/xcut/xcut-0.2.ebuild index a5da37896c02..832d548fe76a 100644 --- a/x11-misc/xcut/xcut-0.2.ebuild +++ b/x11-misc/xcut/xcut-0.2.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/xcut/xcut-0.2.ebuild,v 1.4 2005/07/26 15:09:10 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2.ebuild,v 1.5 2006/01/21 16:42:51 nelchael Exp $ inherit eutils @@ -12,7 +12,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ia64 ~ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-misc/imake ) + virtual/x11 )" src_compile() { xmkmf || die |