diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-01-07 16:55:52 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-01-07 16:55:52 +0000 |
commit | 0ef84f2aaf74bbfaf223cccb702642705d7315dc (patch) | |
tree | 9c622a4406f8ecaec71d4278250bec7106b86677 /net-fs | |
parent | Add back dep over kdesdk-strigi-analyzer. (diff) | |
download | gentoo-2-0ef84f2aaf74bbfaf223cccb702642705d7315dc.tar.gz gentoo-2-0ef84f2aaf74bbfaf223cccb702642705d7315dc.tar.bz2 gentoo-2-0ef84f2aaf74bbfaf223cccb702642705d7315dc.zip |
Stable for amd64 wrt bug #495842
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/curlftpfs/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-fs/curlftpfs/ChangeLog b/net-fs/curlftpfs/ChangeLog index 222f73596a8f..d40f431dac58 100644 --- a/net-fs/curlftpfs/ChangeLog +++ b/net-fs/curlftpfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/curlftpfs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.31 2013/12/29 17:37:31 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.32 2014/01/07 16:55:52 nimiux Exp $ + + 07 Jan 2014; Chema Alonso <nimiux@gentoo.org> curlftpfs-0.9.2-r3.ebuild: + Stable for amd64 wrt bug #495842 29 Dec 2013; Markus Meier <maekke@gentoo.org> curlftpfs-0.9.2-r3.ebuild: arm stable, bug #495842 diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild index 256b57ca0317..d7a5c2cbe8ef 100644 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild +++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild,v 1.2 2013/12/29 17:37:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r3.ebuild,v 1.3 2014/01/07 16:55:52 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RESTRICT="test" # bug 258460 |