diff options
author | 2007-07-22 05:31:27 +0000 | |
---|---|---|
committer | 2007-07-22 05:31:27 +0000 | |
commit | 565a064b7258b54fa9c3f871e22bcf9f664b7158 (patch) | |
tree | bcd94cd41215c21718cd2a089f8011bbebdf2a7b /x11-plugins/wmSun | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-565a064b7258b54fa9c3f871e22bcf9f664b7158.tar.gz gentoo-2-565a064b7258b54fa9c3f871e22bcf9f664b7158.tar.bz2 gentoo-2-565a064b7258b54fa9c3f871e22bcf9f664b7158.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmSun')
-rw-r--r-- | x11-plugins/wmSun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmSun/wmSun-1.03.ebuild | 18 |
2 files changed, 11 insertions, 12 deletions
diff --git a/x11-plugins/wmSun/ChangeLog b/x11-plugins/wmSun/ChangeLog index 0e80f0d050ad..237692c56715 100644 --- a/x11-plugins/wmSun/ChangeLog +++ b/x11-plugins/wmSun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmSun # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/ChangeLog,v 1.7 2007/02/06 01:52:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/ChangeLog,v 1.8 2007/07/22 05:31:27 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmSun-1.03.ebuild: + Drop virtual/x11 references. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-plugins/wmSun/wmSun-1.03.ebuild b/x11-plugins/wmSun/wmSun-1.03.ebuild index 0c25ea72a3e2..c56c8d7846ef 100644 --- a/x11-plugins/wmSun/wmSun-1.03.ebuild +++ b/x11-plugins/wmSun/wmSun-1.03.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-plugins/wmSun/wmSun-1.03.ebuild,v 1.11 2006/01/22 12:11:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.12 2007/07/22 05:31:27 dberkholz Exp $ IUSE="" @@ -12,16 +12,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~mips ppc ~sparc" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-proto/xextproto ) - virtual/x11 )" + x11-proto/xproto + x11-proto/xextproto" src_compile() { emake -C wmSun clean || die "make clean failed" |