diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-07 05:51:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-07 05:51:28 +0000 |
commit | e493c4c37d5e2a46a39df5ac333c4bd32495a55e (patch) | |
tree | f7afb0288e68e0a73cafdc06c290ecf9cf20a5f3 /games-engines | |
parent | Fix access violations with FEATURES=-userpriv (bug #419183, thanks to Travis ... (diff) | |
download | gentoo-2-e493c4c37d5e2a46a39df5ac333c4bd32495a55e.tar.gz gentoo-2-e493c4c37d5e2a46a39df5ac333c4bd32495a55e.tar.bz2 gentoo-2-e493c4c37d5e2a46a39df5ac333c4bd32495a55e.zip |
Inherit new multiprocessing for makeopts_jobs.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/gargoyle/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/gargoyle/gargoyle-2011.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/gargoyle/ChangeLog b/games-engines/gargoyle/ChangeLog index cde10b656f31..f1668021b00f 100644 --- a/games-engines/gargoyle/ChangeLog +++ b/games-engines/gargoyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/gargoyle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.16 2012/05/07 13:38:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.17 2012/06/07 05:51:28 vapier Exp $ + + 07 Jun 2012; Mike Frysinger <vapier@gentoo.org> gargoyle-2011.1.ebuild: + Inherit new multiprocessing for makeopts_jobs. *gargoyle-2010.1 (04 May 2012) diff --git a/games-engines/gargoyle/gargoyle-2011.1.ebuild b/games-engines/gargoyle/gargoyle-2011.1.ebuild index a92cbf11d1d3..a7d2432923de 100644 --- a/games-engines/gargoyle/gargoyle-2011.1.ebuild +++ b/games-engines/gargoyle/gargoyle-2011.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.1 2012/05/07 13:38:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.2 2012/06/07 05:51:28 vapier Exp $ # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled # interpreters are licensed under GPLv2, BSD or MIT license, except: @@ -11,7 +11,7 @@ EAPI=3 -inherit eutils games +inherit eutils games multiprocessing DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats" HOMEPAGE="http://ccxvii.net/gargoyle/" |