diff options
author | 2006-06-09 16:29:07 +0000 | |
---|---|---|
committer | 2006-06-09 16:29:07 +0000 | |
commit | d9bf63724e05234b06ecb3ccc4a91516afba7513 (patch) | |
tree | 9e35240fe71bf4d704972f171c9d544b480d2fe2 /app-portage | |
parent | minimal USE flag stops the building of the DHCP server (diff) | |
download | gentoo-2-d9bf63724e05234b06ecb3ccc4a91516afba7513.tar.gz gentoo-2-d9bf63724e05234b06ecb3ccc4a91516afba7513.tar.bz2 gentoo-2-d9bf63724e05234b06ecb3ccc4a91516afba7513.zip |
Stable on amd64. Bug #136198.
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index 4615603b4890..f1aacd586a95 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/gentoolkit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.80 2006/05/31 18:58:59 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.81 2006/06/09 16:29:07 metalgod Exp $ + + 09 Jun 2006; Luis Medinas <metalgod@gentoo.org> gentoolkit-0.2.2.ebuild: + Stable on amd64. Bug #136198. *gentoolkit-0.2.2 (31 May 2006) diff --git a/app-portage/gentoolkit/gentoolkit-0.2.2.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.2.ebuild index 82eda2efcd37..89869c3a74c2 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.2.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.2.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/app-portage/gentoolkit/gentoolkit-0.2.2.ebuild,v 1.1 2006/05/31 18:58:59 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.2.ebuild,v 1.2 2006/06/09 16:29:07 metalgod Exp $ inherit eutils python @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DEPEND=">=sys-apps/portage-2.0.51_pre21 >=dev-lang/python-2.0 |