diff options
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/elib/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/elib/elib-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/elib/ChangeLog b/app-xemacs/elib/ChangeLog index cd9a034b55f3..9b0e842e5964 100644 --- a/app-xemacs/elib/ChangeLog +++ b/app-xemacs/elib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/elib -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/ChangeLog,v 1.9 2006/11/11 15:26:25 graaff Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/ChangeLog,v 1.10 2007/05/29 18:44:44 armin76 Exp $ + + 29 May 2007; Raúl Porcel <armin76@gentoo.org> elib-1.11.ebuild: + alpha stable wrt #175560 *elib-1.11 (11 Nov 2006) diff --git a/app-xemacs/elib/elib-1.11.ebuild b/app-xemacs/elib/elib-1.11.ebuild index 6f361f0c4194..1cc4c2d11372 100644 --- a/app-xemacs/elib/elib-1.11.ebuild +++ b/app-xemacs/elib/elib-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/elib-1.11.ebuild,v 1.1 2006/11/11 15:26:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/elib-1.11.ebuild,v 1.2 2007/05/29 18:44:44 armin76 Exp $ SLOT="0" IUSE="" @@ -8,6 +8,6 @@ DESCRIPTION="Portable Emacs Lisp utilities library." PKG_CAT="standard" RDEPEND="" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages |