diff options
author | 2007-07-22 03:26:35 +0000 | |
---|---|---|
committer | 2007-07-22 03:26:35 +0000 | |
commit | 5c6eaf18860f6816de8c01a59ea5333496f4fa3e (patch) | |
tree | 52f7c197b58dff3213f2c3365433c95e41a5a4c4 /x11-misc/xcalendar | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-5c6eaf18860f6816de8c01a59ea5333496f4fa3e.tar.gz gentoo-2-5c6eaf18860f6816de8c01a59ea5333496f4fa3e.tar.bz2 gentoo-2-5c6eaf18860f6816de8c01a59ea5333496f4fa3e.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r-- | x11-misc/xcalendar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0.ebuild | 22 |
2 files changed, 13 insertions, 14 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog index fe71dacea860..bbacbd8985ef 100644 --- a/x11-misc/xcalendar/ChangeLog +++ b/x11-misc/xcalendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcalendar # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.18 2007/02/22 00:00:25 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.19 2007/07/22 03:26:35 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xcalendar-4.0.ebuild: + Drop virtual/x11 references. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild index 1be437634505..450c4667c15e 100644 --- a/x11-misc/xcalendar/xcalendar-4.0.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0.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/xcalendar/xcalendar-4.0.ebuild,v 1.17 2006/07/29 14:52:29 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.18 2007/07/22 03:26:35 dberkholz Exp $ inherit eutils @@ -14,18 +14,14 @@ LICENSE="as-is" KEYWORDS="x86 alpha ~amd64 ppc64 ppc" IUSE="motif" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - x11-proto/xproto ) - virtual/x11 ) + x11-misc/imake + x11-proto/xproto motif? ( x11-libs/openmotif )" src_compile() { |