diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-09-01 17:51:38 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-09-01 17:51:38 +0000 |
commit | 7a8a96940ab7ae6b8cb367f63583c9818ce0aa39 (patch) | |
tree | 1f33cfeb3631777de499952f02e366f697457846 /www-apps/rutorrent | |
parent | Minor version bump of production zabbix 1.8.6 to 1.8.7. (diff) | |
download | gentoo-2-7a8a96940ab7ae6b8cb367f63583c9818ce0aa39.tar.gz gentoo-2-7a8a96940ab7ae6b8cb367f63583c9818ce0aa39.tar.bz2 gentoo-2-7a8a96940ab7ae6b8cb367f63583c9818ce0aa39.zip |
[www-apps/rutorrent] Fix bug #378747 and #379249
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/rutorrent')
-rw-r--r-- | www-apps/rutorrent/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-apps/rutorrent/ChangeLog b/www-apps/rutorrent/ChangeLog index 91367263a556..cc05841f22aa 100644 --- a/www-apps/rutorrent/ChangeLog +++ b/www-apps/rutorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/rutorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.2 2011/08/09 13:33:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.3 2011/09/01 17:51:38 alexxy Exp $ + + 01 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> rutorrent-3.3.ebuild: + Fix bug #378747 and #379249 *rutorrent-3.3 (09 Aug 2011) diff --git a/www-apps/rutorrent/rutorrent-3.3.ebuild b/www-apps/rutorrent/rutorrent-3.3.ebuild index c6746e6526b1..29244b979a58 100644 --- a/www-apps/rutorrent/rutorrent-3.3.ebuild +++ b/www-apps/rutorrent/rutorrent-3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v 1.1 2011/08/09 13:33:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v 1.2 2011/09/01 17:51:38 alexxy Exp $ EAPI="4" @@ -23,6 +23,8 @@ DEPEND=" || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) " +S="${WORKDIR}" + pkg_setup() { webapp_pkg_setup } |