diff options
author | 2006-12-01 21:06:41 +0000 | |
---|---|---|
committer | 2006-12-01 21:06:41 +0000 | |
commit | 7f19f1d858a2faf937a2b4f4ec86b34047fb51a8 (patch) | |
tree | 6ea78a91a342e674fef511cbb9fa255e483dae9c /games-board | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-7f19f1d858a2faf937a2b4f4ec86b34047fb51a8.tar.gz gentoo-2-7f19f1d858a2faf937a2b4f4ec86b34047fb51a8.tar.bz2 gentoo-2-7f19f1d858a2faf937a2b4f4ec86b34047fb51a8.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xgammon/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/xgammon/xgammon-0.98.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-board/xgammon/ChangeLog b/games-board/xgammon/ChangeLog index ea95ffc5a405..265b669a9a86 100644 --- a/games-board/xgammon/ChangeLog +++ b/games-board/xgammon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/xgammon # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/ChangeLog,v 1.9 2006/04/27 19:45:48 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/ChangeLog,v 1.10 2006/12/01 21:06:41 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xgammon-0.98.ebuild: + Removing old virtual/x11 dependency. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-xgammon-0.98, Manifest: diff --git a/games-board/xgammon/xgammon-0.98.ebuild b/games-board/xgammon/xgammon-0.98.ebuild index 577e48751230..cc0dbcf4b63e 100644 --- a/games-board/xgammon/xgammon-0.98.ebuild +++ b/games-board/xgammon/xgammon-0.98.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-board/xgammon/xgammon-0.98.ebuild,v 1.9 2006/04/23 06:51:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.10 2006/12/01 21:06:41 wolf31o2 Exp $ inherit eutils @@ -13,11 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ppc sparc x86" IUSE="" -RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - || ( ( app-text/rman - x11-misc/imake ) - virtual/x11 )" + app-text/rman + x11-misc/imake" S=${WORKDIR}/${P}a |