summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-12-06 02:07:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-12-06 02:07:13 +0000
commit5169f0175e42c7b0939d91b083ae6db9336593da (patch)
treeddf6d8a0d23d6d9864df75552141f05ffdaf4363
parentInstall the gitweb stuff, as it's used by instaweb, and is also independantly... (diff)
downloadhistorical-5169f0175e42c7b0939d91b083ae6db9336593da.tar.gz
historical-5169f0175e42c7b0939d91b083ae6db9336593da.tar.bz2
historical-5169f0175e42c7b0939d91b083ae6db9336593da.zip
Add CGI use flag for Git.
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/use.local.desc3
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 22ea0c15e54e..75f541f5e7cf 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.878 2007/12/05 20:40:08 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.879 2007/12/06 02:07:13 robbat2 Exp $
+
+ 06 Dec 2007; Robin H. Johnson <robbat2@gentoo.org> use.local.desc:
+ Add CGI use flag for Git.
05 Dec 2007; Joerg Bornkessel <hd_brummy@gentoo.org> use.local.desc:
net-www/xxv:themes - Enable more themes via x11-themes/xxv-skins use-flag added
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 1932205cc40d..581af5b399d1 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3186 2007/12/05 21:04:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3187 2007/12/06 02:07:13 robbat2 Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
@@ -627,6 +627,7 @@ dev-util/cvs:server - Enable server support
dev-util/debootstrap:nodpkg - Don't install dpkg (useful for building a non-debian system)
dev-util/eclipse-sdk:branding - Enable Gentoo branded splash screen
dev-util/eric:idl - Enable omniorb support
+dev-util/git:cgi - Add CGI script support
dev-util/git:mozsha1 - makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines
dev-util/git:ppcsha1 - Make use of a bundled routine that is optimized for the PPC arch
dev-util/git:webdav - Adds support for push'ing to HTTP repositories via DAV