diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:57:50 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:57:50 +0000 |
commit | f2765f865999cc876103b2e5413566172a9cee3d (patch) | |
tree | e0f1ce36b9e366410fb7aa582f622f1036c3bd36 /dev-lisp/ecls | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-f2765f865999cc876103b2e5413566172a9cee3d.tar.gz gentoo-2-f2765f865999cc876103b2e5413566172a9cee3d.tar.bz2 gentoo-2-f2765f865999cc876103b2e5413566172a9cee3d.zip |
Update metadata.xml to include USE flag descriptions. Entries taken from profiles/use.local.desc
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/ecls/metadata.xml | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index b3264ab0f418..fb5534dd9980 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/ecls # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.27 2008/07/13 18:51:40 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.28 2008/07/28 18:57:50 pchrist Exp $ + + 28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml: + Update metadata.xml to include USE flag descriptions. Entries taken from + profiles/use.local.desc 13 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> ecls-0.9i.ebuild: diff --git a/dev-lisp/ecls/metadata.xml b/dev-lisp/ecls/metadata.xml index d4cc0f30ae9f..08a8adc82f7d 100644 --- a/dev-lisp/ecls/metadata.xml +++ b/dev-lisp/ecls/metadata.xml @@ -8,4 +8,7 @@ described in the X3J13 Ansi specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables. </longdescription> +<use> +<flag name='c++'>Build ECL with a C++ compiler</flag> +</use> </pkgmetadata> |