diff options
Diffstat (limited to 'www-apps/cgit/cgit-0.8.3.5.ebuild')
-rw-r--r-- | www-apps/cgit/cgit-0.8.3.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/cgit/cgit-0.8.3.5.ebuild b/www-apps/cgit/cgit-0.8.3.5.ebuild index 756eae3f66fc..9720c9c22862 100644 --- a/www-apps/cgit/cgit-0.8.3.5.ebuild +++ b/www-apps/cgit/cgit-0.8.3.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.5.ebuild,v 1.1 2011/04/29 19:02:18 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.5.ebuild,v 1.2 2012/06/01 04:30:38 zmedico Exp $ EAPI="2" WEBAPP_MANUAL_SLOT="yes" -inherit webapp eutils multilib +inherit webapp multilib user [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" |