diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:04:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:04:24 +0000 |
commit | b265165bed298158acb099f810267f7aff0ebcca (patch) | |
tree | 2faf6db55ee7cb25684660f57d4015fd6fe72472 /games-puzzle/construo | |
parent | Version bump, add myself as another maintainer (diff) | |
download | historical-b265165bed298158acb099f810267f7aff0ebcca.tar.gz historical-b265165bed298158acb099f810267f7aff0ebcca.tar.bz2 historical-b265165bed298158acb099f810267f7aff0ebcca.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-puzzle/construo')
-rw-r--r-- | games-puzzle/construo/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/construo/construo-0.2.2.ebuild | 22 |
2 files changed, 10 insertions, 17 deletions
diff --git a/games-puzzle/construo/ChangeLog b/games-puzzle/construo/ChangeLog index 9f22c05944ea..58b9614ba0f6 100644 --- a/games-puzzle/construo/ChangeLog +++ b/games-puzzle/construo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/construo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.8 2006/02/16 20:21:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.9 2006/12/06 16:57:17 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> construo-0.2.2.ebuild: + Remove old virtual/x11 dependency. 16 Feb 2006; <Tupone@gentoo.org> construo-0.2.2.ebuild: modular X dependency fix 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} |