diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-08-15 08:53:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-08-15 08:53:58 +0000 |
commit | 30098e23d1cf67fded1705b5de864d477e23bfea (patch) | |
tree | 7eda43f7fe297491954a55f4cf6501d551afcd0c /net-p2p/rtorrent | |
parent | sci-mathematics/normaliz: Drop old (diff) | |
download | gentoo-2-30098e23d1cf67fded1705b5de864d477e23bfea.tar.gz gentoo-2-30098e23d1cf67fded1705b5de864d477e23bfea.tar.bz2 gentoo-2-30098e23d1cf67fded1705b5de864d477e23bfea.zip |
Fix typo (#513296)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/rtorrentd_at.service | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 647606f2d50b..98147c32ecc4 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.186 2014/07/01 19:31:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.187 2014/08/15 08:53:58 pacho Exp $ + + 15 Aug 2014; Pacho Ramos <pacho@gentoo.org> files/rtorrentd_at.service: + Fix typo (#513296) *rtorrent-0.9.4-r1 (01 Jul 2014) diff --git a/net-p2p/rtorrent/files/rtorrentd_at.service b/net-p2p/rtorrent/files/rtorrentd_at.service index 704d48951e8a..991ba930c7f8 100644 --- a/net-p2p/rtorrent/files/rtorrentd_at.service +++ b/net-p2p/rtorrent/files/rtorrentd_at.service @@ -1,6 +1,6 @@ [Unit] Description=rTorrent -requires=network.target local-fs.target +Requires=network.target local-fs.target [Service] Type=forking |