diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-07 00:22:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-07 00:22:12 +0000 |
commit | cc7502857d35cb4cced12504e42b5112c436697f (patch) | |
tree | 42dea8c8cbb8d6ca7d62f3f2e3a9ab819b2bdf98 /x11-wm/stumpwm-cvs | |
parent | merkaartor bump (diff) | |
download | historical-cc7502857d35cb4cced12504e42b5112c436697f.tar.gz historical-cc7502857d35cb4cced12504e42b5112c436697f.tar.bz2 historical-cc7502857d35cb4cced12504e42b5112c436697f.zip |
fix up metadata.xml
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-wm/stumpwm-cvs')
-rw-r--r-- | x11-wm/stumpwm-cvs/metadata.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/stumpwm-cvs/metadata.xml b/x11-wm/stumpwm-cvs/metadata.xml index d3ccb2e26a0b..74aa10dcc528 100644 --- a/x11-wm/stumpwm-cvs/metadata.xml +++ b/x11-wm/stumpwm-cvs/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> -<longdescription> + <herd>common-lisp</herd> + <longdescription> From the Stump Window Manager homepage: Stumpwm is a tiling, keyboard driven X11 Window Manager written @@ -24,5 +24,8 @@ hooks to attach your personal customizations, and variables to tweak. While it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! </longdescription> + <use> + <flag name="clisp">Use CLISP for the runtime</flag> + <flag name="sbcl">Use SBCL for the runtime</flag> + </use> </pkgmetadata> - |