diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:27:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:27:54 +0000 |
commit | f663e3e426476718e98289e086689683b7a52942 (patch) | |
tree | 812005b4a3c5dc5c448e08cfd4801b74760f3e02 /games-roguelike/angband | |
parent | Removed sed-4 from *DEPEND. (diff) | |
download | historical-f663e3e426476718e98289e086689683b7a52942.tar.gz historical-f663e3e426476718e98289e086689683b7a52942.tar.bz2 historical-f663e3e426476718e98289e086689683b7a52942.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/ChangeLog | 6 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.5.ebuild | 8 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.0.6.ebuild | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog index 09a8d07020bb..442b8d30bb45 100644 --- a/games-roguelike/angband/ChangeLog +++ b/games-roguelike/angband/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/angband # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.17 2006/07/18 05:20:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.18 2006/12/06 17:25:28 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> angband-3.0.5.ebuild, + angband-3.0.6.ebuild: + Remove old virtual/x11 dependency. 18 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> angband-3.0.6.ebuild: Add ~x86-fbsd keyword. diff --git a/games-roguelike/angband/angband-3.0.5.ebuild b/games-roguelike/angband/angband-3.0.5.ebuild index 9c343a80e5cb..c34b402857a4 100644 --- a/games-roguelike/angband/angband-3.0.5.ebuild +++ b/games-roguelike/angband/angband-3.0.5.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-roguelike/angband/angband-3.0.5.ebuild,v 1.10 2006/02/21 23:23:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.11 2006/12/06 17:25:28 wolf31o2 Exp $ inherit games @@ -14,10 +14,8 @@ KEYWORDS="amd64 ppc ~ppc-macos sparc x86" IUSE="X gtk" DEPEND=">=sys-libs/ncurses-5 - gtk? ( - =x11-libs/gtk+-1.2* - ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" + gtk? ( =x11-libs/gtk+-1.2* ) + X? ( x11-libs/libXaw )" src_unpack() { unpack ${A} diff --git a/games-roguelike/angband/angband-3.0.6.ebuild b/games-roguelike/angband/angband-3.0.6.ebuild index 037c37458f19..e6c149a43f56 100644 --- a/games-roguelike/angband/angband-3.0.6.ebuild +++ b/games-roguelike/angband/angband-3.0.6.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-roguelike/angband/angband-3.0.6.ebuild,v 1.2 2006/07/18 05:20:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.6.ebuild,v 1.3 2006/12/06 17:25:28 wolf31o2 Exp $ inherit flag-o-matic games @@ -14,10 +14,8 @@ KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86 ~x86-fbsd" IUSE="X gtk" DEPEND=">=sys-libs/ncurses-5 - gtk? ( - =x11-libs/gtk+-1.2* - ) - X? ( || ( x11-libs/libXaw virtual/x11 ) )" + gtk? ( =x11-libs/gtk+-1.2* ) + X? ( x11-libs/libXaw )" src_compile() { egamesconf \ |