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 | 72846e1ba49446b23d26b7fa705feda3f3104e26 (patch) | |
tree | 74e4fdaed5d38352b142942202639fdb4ad49603 /app-emacs/python-mode/python-mode-1.0.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-72846e1ba49446b23d26b7fa705feda3f3104e26.tar.gz gentoo-2-72846e1ba49446b23d26b7fa705feda3f3104e26.tar.bz2 gentoo-2-72846e1ba49446b23d26b7fa705feda3f3104e26.zip |
Add ~x86-fbsd keyword as per bug #178377 by Joe Peterson.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emacs/python-mode/python-mode-1.0.ebuild')
-rw-r--r-- | app-emacs/python-mode/python-mode-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |