diff options
author | 2006-01-29 21:28:01 +0000 | |
---|---|---|
committer | 2006-01-29 21:28:01 +0000 | |
commit | 5426b4892060d7e45674340861b8dc59d4708ffa (patch) | |
tree | 748fcb7577c8ee8d5f779d35d5ca0ae3b4c3ac0c /games-board/xmahjongg | |
parent | Version bump, release fixes security problems, bug #120343 (diff) | |
download | gentoo-2-5426b4892060d7e45674340861b8dc59d4708ffa.tar.gz gentoo-2-5426b4892060d7e45674340861b8dc59d4708ffa.tar.bz2 gentoo-2-5426b4892060d7e45674340861b8dc59d4708ffa.zip |
Fix category's dependencies for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-board/xmahjongg')
-rw-r--r-- | games-board/xmahjongg/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/xmahjongg/xmahjongg-3.6.1.ebuild | 10 | ||||
-rw-r--r-- | games-board/xmahjongg/xmahjongg-3.7.ebuild | 10 |
3 files changed, 20 insertions, 8 deletions
diff --git a/games-board/xmahjongg/ChangeLog b/games-board/xmahjongg/ChangeLog index 6a850652819a..f7dd921785b3 100644 --- a/games-board/xmahjongg/ChangeLog +++ b/games-board/xmahjongg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/xmahjongg -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/ChangeLog,v 1.7 2005/12/08 21:48:00 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/ChangeLog,v 1.8 2006/01/29 21:28:01 joshuabaergen Exp $ + + 29 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + xmahjongg-3.6.1.ebuild, xmahjongg-3.7.ebuild: + Add modular X dependencies. *xmahjongg-3.7 (08 Dec 2005) diff --git a/games-board/xmahjongg/xmahjongg-3.6.1.ebuild b/games-board/xmahjongg/xmahjongg-3.6.1.ebuild index 10d15c7b8bb3..42d8e262106b 100644 --- a/games-board/xmahjongg/xmahjongg-3.6.1.ebuild +++ b/games-board/xmahjongg/xmahjongg-3.6.1.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/xmahjongg/xmahjongg-3.6.1.ebuild,v 1.6 2005/10/29 08:44:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.6.1.ebuild,v 1.7 2006/01/29 21:28:01 joshuabaergen Exp $ inherit games @@ -13,9 +13,13 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libSM + x11-libs/libX11 ) + virtual/x11 ) media-libs/libpng sys-libs/zlib" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" src_compile() { egamesconf --with-x diff --git a/games-board/xmahjongg/xmahjongg-3.7.ebuild b/games-board/xmahjongg/xmahjongg-3.7.ebuild index 3a5eaaeeca00..60eab2e27c5f 100644 --- a/games-board/xmahjongg/xmahjongg-3.7.ebuild +++ b/games-board/xmahjongg/xmahjongg-3.7.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/xmahjongg/xmahjongg-3.7.ebuild,v 1.1 2005/12/08 21:48:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.7.ebuild,v 1.2 2006/01/29 21:28:01 joshuabaergen Exp $ inherit games @@ -13,9 +13,13 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" -DEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libSM + x11-libs/libX11 ) + virtual/x11 ) media-libs/libpng sys-libs/zlib" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" src_install() { make DESTDIR="${D}" install || die "make install failed" |