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 | beb627cc77e274d2ca0e66676edfc4861e33038d (patch) | |
tree | 6da499602f32f9396f1982fa3ddc128f71642709 /sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild | |
parent | sync with latest 1.0.1 ebuild (diff) | |
download | historical-beb627cc77e274d2ca0e66676edfc4861e33038d.tar.gz historical-beb627cc77e274d2ca0e66676edfc4861e33038d.tar.bz2 historical-beb627cc77e274d2ca0e66676edfc4861e33038d.zip |
Keyword ~amd64, bug 301207 by Martin Väth.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild')
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |