diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-07-28 20:44:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-07-28 20:44:09 +0000 |
commit | 8c356a400183b1807abcb2037c530ce4bbd54582 (patch) | |
tree | 0b7f2753d8e798b307d97e874ad725e9ee42b973 /app-emulation/vov | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-8c356a400183b1807abcb2037c530ce4bbd54582.tar.gz gentoo-2-8c356a400183b1807abcb2037c530ce4bbd54582.tar.bz2 gentoo-2-8c356a400183b1807abcb2037c530ce4bbd54582.zip |
add GLEP 56 USE flag desc from use.local.desc
(Portage version: 2.2_rc4/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'app-emulation/vov')
-rw-r--r-- | app-emulation/vov/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vov/metadata.xml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app-emulation/vov/ChangeLog b/app-emulation/vov/ChangeLog index 3b5c668faf6f..cf7179c17970 100644 --- a/app-emulation/vov/ChangeLog +++ b/app-emulation/vov/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vov # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/ChangeLog,v 1.2 2008/05/22 21:44:49 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/ChangeLog,v 1.3 2008/07/28 20:44:09 cardoe Exp $ + + 28 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: + add GLEP 56 USE flag desc from use.local.desc 22 May 2008; Michele Noberasco <s4t4n@gentoo.org> vov-2.0.0.ebuild: Stable for x86. diff --git a/app-emulation/vov/metadata.xml b/app-emulation/vov/metadata.xml index a6a942849b9c..99c0308520e4 100644 --- a/app-emulation/vov/metadata.xml +++ b/app-emulation/vov/metadata.xml @@ -12,4 +12,7 @@ It is basically an interpreter, which reads files in the form of memory assignme the encoded instructions. The vov's instructions make you able to perform simple arithmetic data manipulation. It is a very useful tool to see if your programs work and how. </longdescription> +<use> + <flag name='gprof'>build with profiling support</flag> +</use> </pkgmetadata> |