diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 08:34:04 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 08:34:04 +0000 |
commit | 478d0170f9da0f06d0a338042f7c436f8ba7469e (patch) | |
tree | 6d487c8033f69edcd0cf2edf3f9cec197dc49ea3 /app-emacs/pymacs | |
parent | Stable on x86, alpha, ppc and ppc-macos. (diff) | |
download | historical-478d0170f9da0f06d0a338042f7c436f8ba7469e.tar.gz historical-478d0170f9da0f06d0a338042f7c436f8ba7469e.tar.bz2 historical-478d0170f9da0f06d0a338042f7c436f8ba7469e.zip |
Stable on x86.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index 9c1646717d71..b81c96170168 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.4 2005/01/01 13:57:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.5 2005/02/10 08:33:18 usata Exp $ + + 10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> pymacs-0.22.ebuild: + Stable on x86. 08 Dec 2004; Simon Stelling <blubb@gentoo.org> pymacs-0.22.ebuild: added ~amd64 diff --git a/app-emacs/pymacs/pymacs-0.22.ebuild b/app-emacs/pymacs/pymacs-0.22.ebuild index cacb2ed702ff..f06786548e69 100644 --- a/app-emacs/pymacs/pymacs-0.22.ebuild +++ b/app-emacs/pymacs/pymacs-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22.ebuild,v 1.4 2005/01/01 13:57:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22.ebuild,v 1.5 2005/02/10 08:33:18 usata Exp $ inherit distutils elisp @@ -13,7 +13,7 @@ DEPEND="virtual/emacs LICENSE="as-is" IUSE="doc" SLOT="0" -KEYWORDS="~x86 ~ppc-macos ~amd64" +KEYWORDS="x86 ~ppc-macos ~amd64" S=${WORKDIR}/Pymacs-${PV} |