diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-11 17:28:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-11 17:28:14 +0000 |
commit | 083e640be307743d0e8579bfc9d1ef1de4076686 (patch) | |
tree | 2476f111c3c469d99b2a52ba4988ffeca5666f39 /net-p2p/rtorrent | |
parent | Remove old. (diff) | |
download | gentoo-2-083e640be307743d0e8579bfc9d1ef1de4076686.tar.gz gentoo-2-083e640be307743d0e8579bfc9d1ef1de4076686.tar.bz2 gentoo-2-083e640be307743d0e8579bfc9d1ef1de4076686.zip |
Fix unquoted variable.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 55a7de6c8ea3..87930292cefc 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.194 2015/03/11 17:26:45 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.195 2015/03/11 17:28:14 mrueg Exp $ + + 11 Mar 2015; Manuel Rüger <mrueg@gentoo.org> rtorrent-0.9.3.ebuild: + Fix unquoted variable. 11 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -rtorrent-0.9.1.ebuild, -rtorrent-0.9.2.ebuild: diff --git a/net-p2p/rtorrent/rtorrent-0.9.3.ebuild b/net-p2p/rtorrent/rtorrent-0.9.3.ebuild index bd629732e9a5..ef75dadbbba2 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 1.8 2014/11/02 09:28:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 1.9 2015/03/11 17:28:14 mrueg Exp $ EAPI=4 @@ -35,7 +35,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.9.1-ncurses.patch # upstream forgot to include - cp ${FILESDIR}/rtorrent.1 ${S}/doc/ || die + cp "${FILESDIR}"/rtorrent.1 "${S}"/doc/ || die } src_configure() { |