diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:32:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:32:49 +0000 |
commit | c50b8d2b01464e48a4a119d7d0dca7cdb734a08c (patch) | |
tree | 42e0bf36ed5bf1984185950f3f714aa53abe36c0 /sys-fs | |
parent | Stable for amd64, wrt bug #520036 (diff) | |
download | gentoo-2-c50b8d2b01464e48a4a119d7d0dca7cdb734a08c.tar.gz gentoo-2-c50b8d2b01464e48a4a119d7d0dca7cdb734a08c.tar.bz2 gentoo-2-c50b8d2b01464e48a4a119d7d0dca7cdb734a08c.zip |
Stable for amd64, wrt bug #531306
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fatsort/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fatsort/fatsort-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog index e5a599454a86..a16eb66c5e66 100644 --- a/sys-fs/fatsort/ChangeLog +++ b/sys-fs/fatsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fatsort # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.43 2014/08/10 20:19:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.44 2014/12/27 19:32:49 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> fatsort-1.3.ebuild: + Stable for amd64, wrt bug #531306 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fatsort-1.2.ebuild, fatsort-1.3.ebuild: diff --git a/sys-fs/fatsort/fatsort-1.3.ebuild b/sys-fs/fatsort/fatsort-1.3.ebuild index 0bca4203bbd5..fce8fdadcf39 100644 --- a/sys-fs/fatsort/fatsort-1.3.ebuild +++ b/sys-fs/fatsort/fatsort-1.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.2 2014/08/10 20:19:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-1.3.ebuild,v 1.3 2014/12/27 19:32:49 ago 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 )" |