diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-11-18 20:23:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-11-18 20:23:12 +0000 |
commit | 69236048251c1195304f157d0ba5c7889a2f3f51 (patch) | |
tree | 34a126ad42ee7863d37c553b5b11bd53d6869a29 /games-simulation | |
parent | mask games-mud/ytin for removal (diff) | |
download | historical-69236048251c1195304f157d0ba5c7889a2f3f51.tar.gz historical-69236048251c1195304f157d0ba5c7889a2f3f51.tar.bz2 historical-69236048251c1195304f157d0ba5c7889a2f3f51.zip |
fix USE=-* case (bug #247469)
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/pmars-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/pmars-sdl/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 9 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-simulation/pmars-sdl/ChangeLog b/games-simulation/pmars-sdl/ChangeLog index a88128e4bfe0..ba6f82a36941 100644 --- a/games-simulation/pmars-sdl/ChangeLog +++ b/games-simulation/pmars-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/pmars-sdl -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.7 2006/10/09 11:10:11 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.8 2008/11/18 20:23:12 mr_bones_ Exp $ + + 18 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org> + pmars-sdl-0.9.2e.ebuild: + fix USE=-* case (bug #247469) 09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> pmars-sdl-0.9.2e.ebuild: Add modular X dependencies diff --git a/games-simulation/pmars-sdl/Manifest b/games-simulation/pmars-sdl/Manifest index 47e2f7e4813a..f77842a48b6d 100644 --- a/games-simulation/pmars-sdl/Manifest +++ b/games-simulation/pmars-sdl/Manifest @@ -1,4 +1,4 @@ DIST pmars-0.9.2-5.tar.gz 200966 RMD160 e5692068137e88dfe57b3552cad2feb2fe7994df SHA1 bce18fce6d443f30d83f69ec3333bb78a85383c5 SHA256 a8518ec8cc13728dc202c34fe73657123454b9fc76bcddf6b299201143e6fee3 -EBUILD pmars-sdl-0.9.2e.ebuild 1956 RMD160 1d6bc86a62f8b1af6e4b5b16f63893af2e0495c0 SHA1 a27ea09fe8f9b1f02abb6b248afe22402fceee4d SHA256 8f14d847c3fad586b0e8721b53b1f538251ebda60bf047fe32cf35fa429ccf6f -MISC ChangeLog 968 RMD160 b2604359bf82848ce7efb17fd449b09693ce6bc1 SHA1 896bd91d770447548d75e8e9cc526ecd0734d7c1 SHA256 47a2792bb5cbe958884ea08d5c4c6cb9507abf4deb9367ec170b0240ab2858b9 +EBUILD pmars-sdl-0.9.2e.ebuild 1998 RMD160 26f4dda6082205477a652b018a799aa7f8c62e5a SHA1 6ba17cb27811c1b33720e802003c2b663aeb9f83 SHA256 a2a1f3092e6fbbd2788e49ac24e88899186dae7d8fca27a3274e722aa546682c +MISC ChangeLog 1088 RMD160 eac4f51dcab0819d661bd2fc8bab0d070e828e09 SHA1 cbf48be607df9295992926f82b19f86ef012baf4 SHA256 920cc0ad9a42d4cb15498f13f3ce8a677f0ac13d6fc29d6fa233d89e4cd5574c MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index 0c4bc7ca8754..93f48322abc1 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.10 2006/10/09 11:10:11 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.11 2008/11/18 20:23:12 mr_bones_ Exp $ inherit toolchain-funcs games @@ -19,7 +19,8 @@ IUSE="sdl X svga" DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl ) X? ( x11-libs/libX11 ) - svga? ( media-libs/svgalib )" + svga? ( media-libs/svgalib ) + !sdl? ( !X? ( !svga? ( sys-libs/ncurses ) ) )" S=${WORKDIR}/${MY_P} @@ -38,7 +39,7 @@ src_compile() { LIB="-lvgagl -lvga" else CFLAGS="${CFLAGS} -DCURSESGRAPHX" - LIB="-lcurses -ltermcap" + LIB="-lcurses" fi cd src |