diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-17 03:11:24 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-17 03:11:24 +0000 |
commit | a7ca6614476320cf3fe4250868012cab3b3535ad (patch) | |
tree | c2648e3780a88d1d04cdfbae3cf0f9067e0fb639 /sys-cluster | |
parent | Stable x86; it works as always (diff) | |
download | gentoo-2-a7ca6614476320cf3fe4250868012cab3b3535ad.tar.gz gentoo-2-a7ca6614476320cf3fe4250868012cab3b3535ad.tar.bz2 gentoo-2-a7ca6614476320cf3fe4250868012cab3b3535ad.zip |
Stable x86; bug #151572
(Portage version: 2.1.1)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/tentakel/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/tentakel/tentakel-2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/tentakel/ChangeLog b/sys-cluster/tentakel/ChangeLog index aaa7aa9d85fe..862f2f18a1a3 100644 --- a/sys-cluster/tentakel/ChangeLog +++ b/sys-cluster/tentakel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/tentakel -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/ChangeLog,v 1.3 2005/09/03 13:51:55 dragonheart Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/ChangeLog,v 1.4 2006/10/17 03:11:24 tsunam Exp $ + + 17 Oct 2006; Joshua Jackson <tsunam@gentoo.org> tentakel-2.2.ebuild: + Stable x86; bug #151572 *tentakel-2.2 (03 Sep 2005) diff --git a/sys-cluster/tentakel/tentakel-2.2.ebuild b/sys-cluster/tentakel/tentakel-2.2.ebuild index 1c5c3217caf6..2e8076cad3e0 100644 --- a/sys-cluster/tentakel/tentakel-2.2.ebuild +++ b/sys-cluster/tentakel/tentakel-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/tentakel-2.2.ebuild,v 1.1 2005/09/03 13:51:55 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/tentakel-2.2.ebuild,v 1.2 2006/10/17 03:11:24 tsunam Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://tentakel.biskalar.de/" DEPEND="dev-lang/python" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" S=${WORKDIR}/${P}/py |