diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-01-22 14:43:25 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-01-22 14:43:25 +0000 |
commit | 40cbc4a09ead7ee544bd8a3ff890936b3d9c8db0 (patch) | |
tree | 50b8d80557aff6cc9479839ca0680448efc33525 /www-apps | |
parent | dev-python/pandas: Doesn't build docs correctly with <sphinx-1.2.1, #498856 (diff) | |
download | gentoo-2-40cbc4a09ead7ee544bd8a3ff890936b3d9c8db0.tar.gz gentoo-2-40cbc4a09ead7ee544bd8a3ff890936b3d9c8db0.tar.bz2 gentoo-2-40cbc4a09ead7ee544bd8a3ff890936b3d9c8db0.zip |
Update new build options for latest git head.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/cgit/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog index 74cf108c5b3f..7acb1d55670e 100644 --- a/www-apps/cgit/ChangeLog +++ b/www-apps/cgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/cgit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.20 2014/01/21 19:50:01 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.21 2014/01/22 14:43:25 zx2c4 Exp $ + + 22 Jan 2014; Jason A. Donenfeld <zx2c4@gentoo.org> cgit-9999.ebuild: + Update new build options for latest git head. 21 Jan 2014; Jason A. Donenfeld <zx2c4@gentoo.org> cgit-9999.ebuild: Remove variable to avoid maintainer confusion. diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 96f1763650e7..12515bd28fa1 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.8 2014/01/21 19:50:01 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.9 2014/01/22 14:43:25 zx2c4 Exp $ EAPI="4" @@ -52,9 +52,9 @@ src_prepare() { echo "DESTDIR = ${D}" >> cgit.conf if use lua; then if use jit; then - echo "LUA_IMPLEMENTATION = JIT" >> cgit.conf + echo "LUA_PKGCONFIG = luajit" >> cgit.conf else - echo "LUA_IMPLEMENTATION = VANILLA" >> cgit.conf + echo "LUA_PKGCONFIG = lua" >> cgit.conf fi else echo "NO_LUA = 1" >> cgit.conf |