diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-10 23:54:37 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-10 23:54:37 +0000 |
commit | 5163e43a6b8630738d1b7ab45e8db3a920bd75ef (patch) | |
tree | a5770b1e7f0aa94a380e9f04cb13a4f911467838 /sys-fs/cloop | |
parent | Removed the bri patching bug that was introduced in -r1. Better not change qu... (diff) | |
download | gentoo-2-5163e43a6b8630738d1b7ab45e8db3a920bd75ef.tar.gz gentoo-2-5163e43a6b8630738d1b7ab45e8db3a920bd75ef.tar.bz2 gentoo-2-5163e43a6b8630738d1b7ab45e8db3a920bd75ef.zip |
Stable on x86, bug #154684.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-fs/cloop')
-rw-r--r-- | sys-fs/cloop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/cloop/cloop-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/cloop/ChangeLog b/sys-fs/cloop/ChangeLog index d272228f188d..34a03f06e036 100644 --- a/sys-fs/cloop/ChangeLog +++ b/sys-fs/cloop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/cloop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v 1.14 2006/10/19 17:30:35 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v 1.15 2006/11/10 23:54:37 ticho Exp $ + + 10 Nov 2006; Andrej Kacian <ticho@gentoo.org> cloop-2.04.ebuild: + Stable on x86, bug #154684. *cloop-2.04 (19 Oct 2006) diff --git a/sys-fs/cloop/cloop-2.04.ebuild b/sys-fs/cloop/cloop-2.04.ebuild index e6265e96d43f..eda5079450b8 100644 --- a/sys-fs/cloop/cloop-2.04.ebuild +++ b/sys-fs/cloop/cloop-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/cloop-2.04.ebuild,v 1.1 2006/10/19 17:30:35 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/cloop-2.04.ebuild,v 1.2 2006/11/10 23:54:37 ticho Exp $ inherit linux-mod eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/source/cloop http://www.knopper.ne SRC_URI="mirror://debian/pool/main/c/cloop/${PN}_${PV}-1+eb.1-7.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" S=${WORKDIR}/${P}-1+eb.1 |