diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-01 06:18:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-01 06:18:43 +0000 |
commit | 77cfc0e760971010d96422e8b8c277d673a47b57 (patch) | |
tree | 47db631de6b7cf4aadb1d28d88a0191c2aa2010f /eclass/php-sapi.eclass | |
parent | avoid bug #46351 recurring by having init scripts use famd. (Manifest recommit) (diff) | |
download | gentoo-2-77cfc0e760971010d96422e8b8c277d673a47b57.tar.gz gentoo-2-77cfc0e760971010d96422e8b8c277d673a47b57.tar.bz2 gentoo-2-77cfc0e760971010d96422e8b8c277d673a47b57.zip |
add description
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 6455889efc0a..883ce1591794 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.16 2004/03/29 00:54:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.17 2004/04/01 06:18:43 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic +DESCRIPTION="PHP generic SAPI ebuild" ECLASS=php-sapi INHERITED="$INHERITED $ECLASS" |