diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-18 01:16:22 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-18 01:16:22 +0000 |
commit | 40da111619d541202340ce2a8f78f285122f8f2d (patch) | |
tree | 27412c181429deaefe5de8d5cfc420bf4e325daf /sys-fs | |
parent | Stable on sparc wrt #151762 (diff) | |
download | gentoo-2-40da111619d541202340ce2a8f78f285122f8f2d.tar.gz gentoo-2-40da111619d541202340ce2a8f78f285122f8f2d.tar.bz2 gentoo-2-40da111619d541202340ce2a8f78f285122f8f2d.zip |
Keyworded ~sparc wrt #151630
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dazuko/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/dazuko/dazuko-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/dazuko/ChangeLog b/sys-fs/dazuko/ChangeLog index c0dc40a5a7b1..16229dc350c6 100644 --- a/sys-fs/dazuko/ChangeLog +++ b/sys-fs/dazuko/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dazuko # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.5 2006/10/17 05:26:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.6 2006/10/18 01:16:22 gustavoz Exp $ + + 18 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> dazuko-2.3.1.ebuild: + Keyworded ~sparc wrt #151630 17 Oct 2006; Markus Rothe <corsair@gentoo.org> dazuko-2.3.1.ebuild: Added ~ppc64; bug #151630 diff --git a/sys-fs/dazuko/dazuko-2.3.1.ebuild b/sys-fs/dazuko/dazuko-2.3.1.ebuild index 2cfed87a22c6..ed2b52313954 100644 --- a/sys-fs/dazuko/dazuko-2.3.1.ebuild +++ b/sys-fs/dazuko/dazuko-2.3.1.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/dazuko/dazuko-2.3.1.ebuild,v 1.2 2006/10/17 05:26:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/dazuko-2.3.1.ebuild,v 1.3 2006/10/18 01:16:22 gustavoz Exp $ inherit linux-mod @@ -10,7 +10,7 @@ SRC_URI="http://www.dazuko.org/files/${MY_P}.tar.gz" HOMEPAGE="http://www.dazuko.org" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=virtual/linux-sources-2.2" S="${WORKDIR}/${MY_P}" |