diff options
author | 2013-05-15 13:43:44 +0000 | |
---|---|---|
committer | 2013-05-15 13:43:44 +0000 | |
commit | 0b4565846d3ad658aae676d514b0637b3fa5e9af (patch) | |
tree | 2f124d61a45556fad47c924761fb4af0fbe433fa /app-admin/emacs-updater | |
parent | Stable for amd64, wrt bug #469876 (diff) | |
download | gentoo-2-0b4565846d3ad658aae676d514b0637b3fa5e9af.tar.gz gentoo-2-0b4565846d3ad658aae676d514b0637b3fa5e9af.tar.bz2 gentoo-2-0b4565846d3ad658aae676d514b0637b3fa5e9af.zip |
Stable for amd64, wrt bug #469878
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 1962c6f62b5c..9148e21071e7 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/emacs-updater # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.67 2013/04/03 16:33:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.68 2013/05/15 13:43:44 ago Exp $ + + 15 May 2013; Agostino Sarubbo <ago@gentoo.org> emacs-updater-1.13.ebuild: + Stable for amd64, wrt bug #469878 03 Apr 2013; Fabian Groffen <grobian@gentoo.org> emacs-updater-1.13.ebuild: Marked ~x64-macos, bug #419199 diff --git a/app-admin/emacs-updater/emacs-updater-1.13.ebuild b/app-admin/emacs-updater/emacs-updater-1.13.ebuild index a7e1411e534c..b69fa13c07ae 100644 --- a/app-admin/emacs-updater/emacs-updater-1.13.ebuild +++ b/app-admin/emacs-updater/emacs-updater-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.13.ebuild,v 1.2 2013/04/03 16:33:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.13.ebuild,v 1.3 2013/05/15 13:43:44 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="app-arch/xz-utils" |