diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-24 09:28:00 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-24 09:28:00 +0000 |
commit | 3ee45ae3c2bc7d6f266d6f13dae21f7e3fc81027 (patch) | |
tree | 37275318205c09db9429e7ace07af63dc92775ae /dev-python/menumaker | |
parent | arm/hppa/ia64/s390 stable #89064 (diff) | |
download | historical-3ee45ae3c2bc7d6f266d6f13dae21f7e3fc81027.tar.gz historical-3ee45ae3c2bc7d6f266d6f13dae21f7e3fc81027.tar.bz2 historical-3ee45ae3c2bc7d6f266d6f13dae21f7e3fc81027.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/menumaker')
-rw-r--r-- | dev-python/menumaker/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/menumaker/menumaker-0.17.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/menumaker/ChangeLog b/dev-python/menumaker/ChangeLog index b772ae4f9e60..cb071bbc06db 100644 --- a/dev-python/menumaker/ChangeLog +++ b/dev-python/menumaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/menumaker -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/ChangeLog,v 1.7 2004/08/07 10:53:03 malc Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/ChangeLog,v 1.8 2005/04/24 09:28:00 blubb Exp $ + + 24 Apr 2005; Simon Stelling <blubb@gentoo.org> menumaker-0.17.ebuild: + stable on amd64 07 Aug 2004; Malcolm Lashley <malc@gentoo.org> menumaker-0.17.ebuild: ~amd64 closes bug #58432 diff --git a/dev-python/menumaker/menumaker-0.17.ebuild b/dev-python/menumaker/menumaker-0.17.ebuild index 25dca5b6676d..6bceac738b28 100644 --- a/dev-python/menumaker/menumaker-0.17.ebuild +++ b/dev-python/menumaker/menumaker-0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/menumaker-0.17.ebuild,v 1.4 2004/08/07 10:53:03 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/menumaker-0.17.ebuild,v 1.5 2005/04/24 09:28:00 blubb Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="" DEPEND=">=dev-lang/python-2.1" |