diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-09-02 09:47:52 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-09-02 09:47:52 +0000 |
commit | a8d9ee0ad14907c04c4966839d11ff6a9c76b8d5 (patch) | |
tree | 7c758cd8244cd2783e3fd0cb3a5166a958ac99a3 /eclass | |
parent | Fix for keywords error (diff) | |
download | gentoo-2-a8d9ee0ad14907c04c4966839d11ff6a9c76b8d5.tar.gz gentoo-2-a8d9ee0ad14907c04c4966839d11ff6a9c76b8d5.tar.bz2 gentoo-2-a8d9ee0ad14907c04c4966839d11ff6a9c76b8d5.zip |
Fix for missing description
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/nxserver.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/nxserver.eclass b/eclass/nxserver.eclass index ad290be7b7d4..ea6bc38dc81f 100644 --- a/eclass/nxserver.eclass +++ b/eclass/nxserver.eclass @@ -35,6 +35,8 @@ DEPEND="$DEPEND S="${WORKDIR}" +DESCRIPTION="an X11/RDP/VNC proxy server especially well suited to low bandwidth links such as wireless, WANS, and worse" + EXPORT_FUNCTIONS pkg_nofetch src_compile src_install pkg_postinst nxserver_pkg_nofetch () { |