diff options
author | 2013-03-23 12:12:37 +0000 | |
---|---|---|
committer | 2013-03-23 12:12:37 +0000 | |
commit | 01af68e2ba5eacf8193dedd71572cd627c8a6d44 (patch) | |
tree | 0100d388bd2ab30eba78dc096cff6abea2045abb /net-misc/remmina/remmina-9999.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-01af68e2ba5eacf8193dedd71572cd627c8a6d44.tar.gz gentoo-2-01af68e2ba5eacf8193dedd71572cd627c8a6d44.tar.bz2 gentoo-2-01af68e2ba5eacf8193dedd71572cd627c8a6d44.zip |
Disable external_tools since it installs files in $HOME.
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/remmina/remmina-9999.ebuild')
-rw-r--r-- | net-misc/remmina/remmina-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/remmina/remmina-9999.ebuild b/net-misc/remmina/remmina-9999.ebuild index 28099504b4b4..62726844bf17 100644 --- a/net-misc/remmina/remmina-9999.ebuild +++ b/net-misc/remmina/remmina-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-9999.ebuild,v 1.26 2012/11/22 03:45:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-9999.ebuild,v 1.27 2013/03/23 12:12:37 floppym Exp $ EAPI="4" @@ -49,6 +49,7 @@ RDEPEND+=" " DOCS=( README ) +PATCHES=( "${FILESDIR}/remmina-external_tools.patch" ) src_configure() { local mycmakeargs=( |