diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 16:57:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 16:57:17 +0000 |
commit | c5a2734f21e135efda403d9e12f6019604efdd09 (patch) | |
tree | 248ccbb6ed4070df1cf3d1da01033e2e1b6e7699 /games-puzzle/construo/construo-0.2.2.ebuild | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-c5a2734f21e135efda403d9e12f6019604efdd09.tar.gz gentoo-2-c5a2734f21e135efda403d9e12f6019604efdd09.tar.bz2 gentoo-2-c5a2734f21e135efda403d9e12f6019604efdd09.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-puzzle/construo/construo-0.2.2.ebuild')
-rw-r--r-- | games-puzzle/construo/construo-0.2.2.ebuild | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild index 1928c6fa788d..6cf659586a14 100644 --- a/games-puzzle/construo/construo-0.2.2.ebuild +++ b/games-puzzle/construo/construo-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.10 2006/02/16 20:21:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.11 2006/12/06 16:57:17 wolf31o2 Exp $ inherit games @@ -13,22 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -RDEPEND="|| ( - ( - x11-libs/libSM - x11-libs/libXxf86vm - ) - virtual/x11 - ) - sys-libs/zlib" +RDEPEND="x11-libs/libSM + x11-libs/libXxf86vm + sys-libs/zlib" DEPEND="${RDEPEND} - || ( - ( - x11-proto/xf86vidmodeproto - x11-libs/libXt - ) - virtual/x11 - )" + x11-proto/xf86vidmodeproto + x11-libs/libXt" src_unpack() { unpack ${A} |