Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/torsocks/
Date: Fri, 09 Oct 2015 01:28:49
Message-Id: 1444354463.0504bb055918ca111ebb7ccbc7b611ef36291153.blueness@gentoo
1 commit: 0504bb055918ca111ebb7ccbc7b611ef36291153
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 01:34:03 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 01:34:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0504bb05
7
8 net-proxy/torsocks: add an `|| die`
9
10 Package-Manager: portage-2.2.20.1
11
12 net-proxy/torsocks/torsocks-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-proxy/torsocks/torsocks-2.1.0.ebuild b/net-proxy/torsocks/torsocks-2.1.0.ebuild
16 index e404f63..b085f65 100644
17 --- a/net-proxy/torsocks/torsocks-2.1.0.ebuild
18 +++ b/net-proxy/torsocks/torsocks-2.1.0.ebuild
19 @@ -43,6 +43,6 @@ src_install() {
20 dodoc ChangeLog README.md TODO doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt}
21
22 #Remove libtool .la files
23 - cd "${D}"/usr/$(get_libdir)/torsocks
24 + cd "${D}"/usr/$(get_libdir)/torsocks || die
25 rm -f *.la
26 }