summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-11-14 17:49:51 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-11-14 17:49:51 +0000
commit5ca9766b93a7c1a413eedbba7b04c384ded0ef9f (patch)
tree465978313295195840aee7f8c3a9c8e4414c207b /app-shells
parentVersion bump, wrt bug #491064. Change subslot, wrt bug #486122, thanks to Ar... (diff)
downloadgentoo-2-5ca9766b93a7c1a413eedbba7b04c384ded0ef9f.tar.gz
gentoo-2-5ca9766b93a7c1a413eedbba7b04c384ded0ef9f.tar.bz2
gentoo-2-5ca9766b93a7c1a413eedbba7b04c384ded0ef9f.zip
added epatch_user (related to bug #491258)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/rssh/ChangeLog5
-rw-r--r--app-shells/rssh/rssh-2.3.4.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog
index c0d7859f2db5..6481f427de61 100644
--- a/app-shells/rssh/ChangeLog
+++ b/app-shells/rssh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/rssh
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.37 2013/11/13 17:03:22 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.38 2013/11/14 17:49:51 ottxor Exp $
+
+ 14 Nov 2013; Christoph Junghans <ottxor@gentoo.org> rssh-2.3.4.ebuild:
+ added epatch_user (related to bug #491258)
13 Nov 2013; Christoph Junghans <ottxor@gentoo.org> rssh-2.3.4.ebuild:
added ~arm (tested by me)
diff --git a/app-shells/rssh/rssh-2.3.4.ebuild b/app-shells/rssh/rssh-2.3.4.ebuild
index 6b088bd79d05..f5a3b8bd017a 100644
--- a/app-shells/rssh/rssh-2.3.4.ebuild
+++ b/app-shells/rssh/rssh-2.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.6 2013/11/13 17:03:22 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.4.ebuild,v 1.7 2013/11/14 17:49:51 ottxor Exp $
EAPI=4
inherit eutils multilib
@@ -17,6 +17,8 @@ IUSE="static"
RDEPEND="virtual/ssh"
src_prepare() {
+ epatch_user
+
sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in || die
# respect CFLAGS, bug #450458
sed -i -e '/$(CC) -c/s/$(CPPFLAGS)/$(CFLAGS)/' Makefile.in || die