diff options
-rw-r--r-- | games-board/cgoban/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 15 |
2 files changed, 17 insertions, 5 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog index 3f3e7d7441a1..6785cb04eeb3 100644 --- a/games-board/cgoban/ChangeLog +++ b/games-board/cgoban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/cgoban -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.8 2005/04/02 22:29:08 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.9 2006/01/24 20:14:36 wolf31o2 Exp $ + + 24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> cgoban-1.9.14.ebuild: + Added modular X dependencies and closing bug #119958. 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> -cgoban-1.9.12.ebuild, cgoban-1.9.14.ebuild: diff --git a/games-board/cgoban/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild index be35f1b77952..af2fd6829c1f 100644 --- a/games-board/cgoban/cgoban-1.9.14.ebuild +++ b/games-board/cgoban/cgoban-1.9.14.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-board/cgoban/cgoban-1.9.14.ebuild,v 1.5 2005/04/02 22:29:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.6 2006/01/24 20:14:36 wolf31o2 Exp $ inherit eutils games @@ -13,7 +13,16 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="media-gfx/imagemagick + || ( + ( + x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( + x11-proto/xproto + virtual/x11 )" src_unpack() { unpack ${A} |