diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-09 00:07:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-09 00:07:01 +0000 |
commit | 842837dc10b8b3d79906a3ac9f653f3b8858d903 (patch) | |
tree | d8feff26205655b35e943a630b9536b606b6ed01 /sys-fs/mtools | |
parent | Disable building with -Werror #114902. (diff) | |
download | gentoo-2-842837dc10b8b3d79906a3ac9f653f3b8858d903.tar.gz gentoo-2-842837dc10b8b3d79906a3ac9f653f3b8858d903.tar.bz2 gentoo-2-842837dc10b8b3d79906a3ac9f653f3b8858d903.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r-- | sys-fs/mtools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog index fbf0474800d1..93ab7aadf275 100644 --- a/sys-fs/mtools/ChangeLog +++ b/sys-fs/mtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mtools # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.15 2005/12/07 06:48:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.16 2005/12/09 00:07:01 kloeri Exp $ + + 09 Dec 2005; Bryan Østergaard <kloeri@gentoo.org mtools-3.9.10.ebuild: + Stable on alpha. 07 Dec 2005; Mark Loeser <halcy0n@gentoo.org> mtools-3.9.10.ebuild: Stable on x86; bug #114055 diff --git a/sys-fs/mtools/mtools-3.9.10.ebuild b/sys-fs/mtools/mtools-3.9.10.ebuild index 7d436ce09b01..555d50f1d82a 100644 --- a/sys-fs/mtools/mtools-3.9.10.ebuild +++ b/sys-fs/mtools/mtools-3.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild,v 1.3 2005/12/07 06:48:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild,v 1.4 2005/12/09 00:07:01 kloeri Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" HOMEPAGE="http://mtools.linux.lu/" @@ -8,7 +8,7 @@ SRC_URI="http://mtools.linux.lu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |