diff options
author | 2008-02-20 23:18:14 +0000 | |
---|---|---|
committer | 2008-02-20 23:18:14 +0000 | |
commit | 6b8e0e265c25abe077073c6e61c631054461d32a (patch) | |
tree | 284588b9f701e571f86397ef3c12fbea0a18ae31 /kde-base/krfb/krfb-3.5.9.ebuild | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-6b8e0e265c25abe077073c6e61c631054461d32a.tar.gz gentoo-2-6b8e0e265c25abe077073c6e61c631054461d32a.tar.bz2 gentoo-2-6b8e0e265c25abe077073c6e61c631054461d32a.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/krfb/krfb-3.5.9.ebuild')
-rw-r--r-- | kde-base/krfb/krfb-3.5.9.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/krfb/krfb-3.5.9.ebuild b/kde-base/krfb/krfb-3.5.9.ebuild new file mode 100644 index 000000000000..827b737afa8f --- /dev/null +++ b/kde-base/krfb/krfb-3.5.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-3.5.9.ebuild,v 1.1 2008/02/20 23:18:14 philantrop Exp $ + +KMNAME=kdenetwork +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="VNC-compatible server to share KDE desktops" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility slp" + +DEPEND="slp? ( net-libs/openslp ) + x11-libs/libXtst" +RDEPEND="${DEPEND}" + +src_compile() { + myconf="$myconf $(use_enable slp)" + kde-meta_src_compile +} |