diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-16 01:14:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-16 01:14:05 +0000 |
commit | c52cd9733137713ae4f40fa27640dd9f03ef9f9d (patch) | |
tree | ae5e167951dc987d496b302f79a321b9704e5214 /games-board/scid/scid-3.6.1.ebuild | |
parent | Fix linking against esound libs and clean up build process in general #106088... (diff) | |
download | gentoo-2-c52cd9733137713ae4f40fa27640dd9f03ef9f9d.tar.gz gentoo-2-c52cd9733137713ae4f40fa27640dd9f03ef9f9d.tar.bz2 gentoo-2-c52cd9733137713ae4f40fa27640dd9f03ef9f9d.zip |
needs app-arch/unzip
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-board/scid/scid-3.6.1.ebuild')
-rw-r--r-- | games-board/scid/scid-3.6.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-board/scid/scid-3.6.1.ebuild b/games-board/scid/scid-3.6.1.ebuild index a2d81824ff23..8eb43d5a88ef 100644 --- a/games-board/scid/scid-3.6.1.ebuild +++ b/games-board/scid/scid-3.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.6.1.ebuild,v 1.3 2004/07/01 11:11:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-3.6.1.ebuild,v 1.4 2005/09/16 01:14:05 mr_bones_ Exp $ inherit games @@ -14,15 +14,16 @@ SRC_URI="mirror://sourceforge/scid/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 alpha ppc sparc amd64" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc - virtual/x11 +DEPEND="virtual/x11 >=dev-lang/tk-8.3 >=sys-libs/zlib-1.1.3" RDEPEND="${DEPEND} >=dev-lang/python-2.1" +DEPEND="${DEPEND} + app-arch/unzip" src_compile() { ./configure \ |