diff options
-rw-r--r-- | x11-misc/xcut/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcut/xcut-0.2-r1.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-misc/xcut/ChangeLog b/x11-misc/xcut/ChangeLog index 35dd1992b24e..de3be4be96bc 100644 --- a/x11-misc/xcut/ChangeLog +++ b/x11-misc/xcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcut -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.10 2006/10/23 08:33:40 exg Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.11 2007/03/09 08:28:39 drac Exp $ + + 09 Mar 2007; Samuli Suominen <drac@gentoo.org> xcut-0.2-r1.ebuild: + Stop using virtual/x11. 23 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> xcut-0.2-r1.ebuild: Stable on ppc. diff --git a/x11-misc/xcut/xcut-0.2-r1.ebuild b/x11-misc/xcut/xcut-0.2-r1.ebuild index 819a2f0c421f..721fadf92856 100644 --- a/x11-misc/xcut/xcut-0.2-r1.ebuild +++ b/x11-misc/xcut/xcut-0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2-r1.ebuild,v 1.5 2006/10/23 08:33:40 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2-r1.ebuild,v 1.6 2007/03/09 08:28:39 drac Exp $ inherit eutils @@ -12,12 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc x86" -RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-misc/imake ) - virtual/x11 ) + x11-misc/imake app-text/rman" src_unpack() { |