diff options
Diffstat (limited to 'games-puzzle/xblockout/xblockout-1.1.3.ebuild')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.3.ebuild b/games-puzzle/xblockout/xblockout-1.1.3.ebuild index 61f2eddfbf01..1941aabf123d 100644 --- a/games-puzzle/xblockout/xblockout-1.1.3.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.1 2005/11/08 05:15:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.2 2006/02/14 04:20:47 joshuabaergen Exp $ inherit flag-o-matic games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -DEPEND="virtual/x11" +DEPEND="|| ( x11-libs/libXext virtual/x11 )" S=${WORKDIR}/xbl-${PV} |