diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-05 14:34:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-05 14:34:26 +0000 |
commit | ee19c9afba569ea9b731a22e252d6c7e5a0e4481 (patch) | |
tree | b12b593e2ca9e666548aa953fb4e2f3729419eca /sys-fs/avfs | |
parent | Fix crash when opening printing dilog (bug #450370, thanks to poncho). (diff) | |
download | gentoo-2-ee19c9afba569ea9b731a22e252d6c7e5a0e4481.tar.gz gentoo-2-ee19c9afba569ea9b731a22e252d6c7e5a0e4481.tar.bz2 gentoo-2-ee19c9afba569ea9b731a22e252d6c7e5a0e4481.zip |
Stable for amd64, wrt bug #450344
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs/avfs')
-rw-r--r-- | sys-fs/avfs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/avfs/avfs-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-fs/avfs/ChangeLog b/sys-fs/avfs/ChangeLog index b5fa02fdb159..312c5627b986 100644 --- a/sys-fs/avfs/ChangeLog +++ b/sys-fs/avfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/avfs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.43 2012/09/30 18:02:06 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.44 2013/01/05 14:34:26 ago Exp $ + + 05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> avfs-1.0.1.ebuild: + Stable for amd64, wrt bug #450344 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> avfs-0.9.9.ebuild, avfs-1.0.0.ebuild, avfs-1.0.1.ebuild: @@ -167,4 +170,3 @@ 03 Mar 2006; Stefan Schweizer <genstef@gentoo.org> +metadata.xml, +avfs-0.9.6_p20060301.ebuild: New ebuild thanks to Peter Hyman <pete4abw@comcast.net> in bug 23112 - diff --git a/sys-fs/avfs/avfs-1.0.1.ebuild b/sys-fs/avfs/avfs-1.0.1.ebuild index b6e48e48e64f..a178289cb3d2 100644 --- a/sys-fs/avfs/avfs-1.0.1.ebuild +++ b/sys-fs/avfs/avfs-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.2 2012/09/30 18:02:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.3 2013/01/05 14:34:26 ago Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs +lzma" RDEPEND=">=sys-fs/fuse-2.4 |