diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-06-12 04:48:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-06-12 04:48:31 +0000 |
commit | 8b3a3a4896c603de8c3a31169bc6ce1be48ce240 (patch) | |
tree | bb0c5d2b5248c6b919106a9221289dda63852fdc /app-xemacs/python-modes | |
parent | Disabled PIE for USE="profile", should fix bug #371119. (diff) | |
download | historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.tar.gz historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.tar.bz2 historical-8b3a3a4896c603de8c3a31169bc6ce1be48ce240.zip |
x86 stable per bug 369897
Package-Manager: portage-2.1.9.50/cvs/Linux i686
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index 273cd379b572..0da344961caa 100644 --- a/app-xemacs/python-modes/ChangeLog +++ b/app-xemacs/python-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/python-modes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.18 2011/06/03 12:36:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.19 2011/06/12 04:32:00 tomka Exp $ + + 12 Jun 2011; Thomas Kahle <tomka@gentoo.org> python-modes-1.14.ebuild: + x86 stable per bug 369897 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -python-modes-1.13.ebuild: Remove old version. diff --git a/app-xemacs/python-modes/python-modes-1.14.ebuild b/app-xemacs/python-modes/python-modes-1.14.ebuild index 1f1a0f0c0d64..3ad5e17e17fe 100644 --- a/app-xemacs/python-modes/python-modes-1.14.ebuild +++ b/app-xemacs/python-modes/python-modes-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/python-modes-1.14.ebuild,v 1.1 2010/08/13 08:15:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/python-modes-1.14.ebuild,v 1.2 2011/06/12 04:32:00 tomka Exp $ SLOT="0" IUSE="" @@ -13,6 +13,6 @@ app-xemacs/edit-utils app-xemacs/fsf-compat app-xemacs/text-modes " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" inherit xemacs-packages |