diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-16 22:31:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-16 22:31:54 +0000 |
commit | 6b2b097081a3027aaf972ca9adf3e8e9fe2e762f (patch) | |
tree | 8905e53b1618a189f26497df36bfbff9603285e0 /sys-fs | |
parent | Added missing libxfcegui4 dep (diff) | |
download | gentoo-2-6b2b097081a3027aaf972ca9adf3e8e9fe2e762f.tar.gz gentoo-2-6b2b097081a3027aaf972ca9adf3e8e9fe2e762f.tar.bz2 gentoo-2-6b2b097081a3027aaf972ca9adf3e8e9fe2e762f.zip |
Stable on amd64 wrt bug #355087
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fatsort/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog index ce977059c7b3..8a536dc533d3 100644 --- a/sys-fs/fatsort/ChangeLog +++ b/sys-fs/fatsort/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fatsort -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.11 2010/11/06 21:25:07 billie Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.12 2011/02/16 22:31:54 hwoarang Exp $ + + 16 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + fatsort-0.9.14.1.213.ebuild: + Stable on amd64 wrt bug #355087 *fatsort-0.9.14.1.213 (06 Nov 2010) diff --git a/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild b/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild index d3f58014c513..56d5ae7006bd 100644 --- a/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild +++ b/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v 1.1 2010/11/06 21:25:07 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v 1.2 2011/02/16 22:31:54 hwoarang Exp $ EAPI=2 @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${PN}-${MY_PV} |