diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 14:49:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 14:49:29 +0000 |
commit | c3b0ed43defdcc46748e210a5e6d77427896e94b (patch) | |
tree | 7b5559de94ca4b8fd704647f9f521acaf9e9d749 /net-fs | |
parent | Version bump. (diff) | |
download | gentoo-2-c3b0ed43defdcc46748e210a5e6d77427896e94b.tar.gz gentoo-2-c3b0ed43defdcc46748e210a5e6d77427896e94b.tar.bz2 gentoo-2-c3b0ed43defdcc46748e210a5e6d77427896e94b.zip |
Stable for amd64, wrt bug #472040
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/curlftpfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/curlftpfs/ChangeLog b/net-fs/curlftpfs/ChangeLog index 789b9ad458b1..5ca4a80e650d 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.27 2013/06/07 05:22:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.28 2013/06/25 14:49:29 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> curlftpfs-0.9.2-r1.ebuild: + Stable for amd64, wrt bug #472040 07 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> curlftpfs-0.9.2-r2.ebuild: Added 'epatch_user' to ease experiments with unofficial fixes (like in bug diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild index 8cb343e4bae0..d96786bf89d2 100644 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild +++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.8 2013/06/06 19:33:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v 1.9 2013/06/25 14:49:29 ago Exp $ EAPI=2 @@ -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 |