diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/psgml/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/psgml/ChangeLog b/app-emacs/psgml/ChangeLog index e15bdbc9aa92..d5a54ea6f990 100644 --- a/app-emacs/psgml/ChangeLog +++ b/app-emacs/psgml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/psgml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.15 2011/12/09 00:32:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.16 2011/12/12 18:58:41 ago Exp $ + + 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> psgml-1.3.2.ebuild: + Stable for AMD64, wrt bug #394013 09 Dec 2011; Ulrich Mueller <ulm@gentoo.org> psgml-1.3.2.ebuild: Whitespace. diff --git a/app-emacs/psgml/psgml-1.3.2.ebuild b/app-emacs/psgml/psgml-1.3.2.ebuild index 876166cba324..b29ab2530a61 100644 --- a/app-emacs/psgml/psgml-1.3.2.ebuild +++ b/app-emacs/psgml/psgml-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.3.2.ebuild,v 1.2 2011/12/09 00:32:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.3.2.ebuild,v 1.3 2011/12/12 18:58:41 ago Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="app-text/openjade" |