diff options
Diffstat (limited to 'sys-fs/fatsort')
-rw-r--r-- | sys-fs/fatsort/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/fatsort/fatsort-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog index 5841902b4f66..9d624117baa7 100644 --- a/sys-fs/fatsort/ChangeLog +++ b/sys-fs/fatsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fatsort -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.37 2013/12/12 17:27:41 billie Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.38 2014/02/09 17:21:49 nimiux Exp $ + + 09 Feb 2014; Chema Alonso <nimiux@gentoo.org> fatsort-1.2.ebuild: + Stable for amd64 wrt bug #499148 *fatsort-1.2 (12 Dec 2013) diff --git a/sys-fs/fatsort/fatsort-1.2.ebuild b/sys-fs/fatsort/fatsort-1.2.ebuild index d70267656366..53692ac726ab 100644 --- a/sys-fs/fatsort/fatsort-1.2.ebuild +++ b/sys-fs/fatsort/fatsort-1.2.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/sys-fs/fatsort/fatsort-1.2.ebuild,v 1.1 2013/12/12 17:27:41 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-1.2.ebuild,v 1.2 2014/02/09 17:21:49 nimiux Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" DEPEND="test? ( dev-util/bbe sys-fs/dosfstools )" |