diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-10-17 05:26:41 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-10-17 05:26:41 +0000 |
commit | c219c5b8bcc9521a9612977927fef5c1f7e078c5 (patch) | |
tree | 9296f5034bad8dd56f9e9f3f28ebbba085a03b43 /sys-fs | |
parent | Stable on SPARC wrt bug #151539. (diff) | |
download | gentoo-2-c219c5b8bcc9521a9612977927fef5c1f7e078c5.tar.gz gentoo-2-c219c5b8bcc9521a9612977927fef5c1f7e078c5.tar.bz2 gentoo-2-c219c5b8bcc9521a9612977927fef5c1f7e078c5.zip |
Added ~ppc64; bug #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 c40d26c6619f..c0dc40a5a7b1 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.4 2006/10/16 20:08:28 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.5 2006/10/17 05:26:41 corsair Exp $ + + 17 Oct 2006; Markus Rothe <corsair@gentoo.org> dazuko-2.3.1.ebuild: + Added ~ppc64; bug #151630 *dazuko-2.3.1 (16 Oct 2006) diff --git a/sys-fs/dazuko/dazuko-2.3.1.ebuild b/sys-fs/dazuko/dazuko-2.3.1.ebuild index 0b8ba9b9e799..2cfed87a22c6 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.1 2006/10/16 20:08:28 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/dazuko-2.3.1.ebuild,v 1.2 2006/10/17 05:26:41 corsair 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 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND=">=virtual/linux-sources-2.2" S="${WORKDIR}/${MY_P}" |