diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-05-23 20:33:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-05-23 20:33:31 +0000 |
commit | e2bf4ef8bbe528c50b1fc2aecc8bc3de41f6397e (patch) | |
tree | 4566790e87e5723fe044349d70fdc4548d7d413a /app-emacs/python-mode | |
parent | Stable on sparc (diff) | |
download | historical-e2bf4ef8bbe528c50b1fc2aecc8bc3de41f6397e.tar.gz historical-e2bf4ef8bbe528c50b1fc2aecc8bc3de41f6397e.tar.bz2 historical-e2bf4ef8bbe528c50b1fc2aecc8bc3de41f6397e.zip |
Add ~x86-fbsd keyword as per bug #178377 by Joe Peterson.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 0c4f9859395d..d8b28b4d7111 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/python-mode # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.24 2007/05/07 15:24:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.25 2007/05/23 20:33:31 flameeyes Exp $ + + 23 May 2007; Diego Pettenò <flameeyes@gentoo.org> python-mode-1.0.ebuild: + Add ~x86-fbsd keyword as per bug #178377 by Joe Peterson. 07 May 2007; Jeroen Roovers <jer@gentoo.org> python-mode-1.0.ebuild: Marked ~hppa (bug #177495). diff --git a/app-emacs/python-mode/python-mode-1.0.ebuild b/app-emacs/python-mode/python-mode-1.0.ebuild index ac7b89354312..7740006fb6e2 100644 --- a/app-emacs/python-mode/python-mode-1.0.ebuild +++ b/app-emacs/python-mode/python-mode-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.8 2007/05/07 15:24:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.9 2007/05/23 20:33:31 flameeyes Exp $ inherit elisp distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 arm ~hppa ia64 ppc ppc-macos s390 sh x86" +KEYWORDS="amd64 arm ~hppa ia64 ppc ppc-macos s390 sh x86 ~x86-fbsd" IUSE="" DEPEND="app-emacs/pymacs" |