diff options
author | Alex Legler <a3li@gentoo.org> | 2010-01-17 20:23:12 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-01-17 20:23:12 +0000 |
commit | 4e0c7f4f78ca3fe27c200cd9f6f2dea530971de6 (patch) | |
tree | dbdfc612579353617c08cc29a775b46bd475b75b /sys-fs | |
parent | Switch to eautotools and trim empty doc dir #294456 by Diego E. Pettenò. (diff) | |
download | gentoo-2-4e0c7f4f78ca3fe27c200cd9f6f2dea530971de6.tar.gz gentoo-2-4e0c7f4f78ca3fe27c200cd9f6f2dea530971de6.tar.bz2 gentoo-2-4e0c7f4f78ca3fe27c200cd9f6f2dea530971de6.zip |
Keyword ~amd64, bug 301207 by Martin Väth.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/unionfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/unionfs-fuse/ChangeLog b/sys-fs/unionfs-fuse/ChangeLog index 414de2f8a220..d357b3cd9956 100644 --- a/sys-fs/unionfs-fuse/ChangeLog +++ b/sys-fs/unionfs-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/unionfs-fuse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.1 2010/01/12 00:44:17 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.2 2010/01/17 20:23:12 a3li Exp $ + + 17 Jan 2010; Alex Legler <a3li@gentoo.org> unionfs-fuse-0.23.ebuild: + Keyword ~amd64, bug 301207 by Martin Väth. *unionfs-fuse-0.23 (12 Jan 2010) diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild index a79b0accfcef..49ddadfa8cd1 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild,v 1.1 2010/01/12 00:44:17 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild,v 1.2 2010/01/17 20:23:12 a3li Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-fs/fuse" |