summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-01-19 18:29:51 +0100
committerUlrich Müller <ulm@gentoo.org>2014-01-19 18:29:51 +0100
commit700891c50fe6a3a9927a51671082f891c6fb6799 (patch)
tree904c68a517365b8346680c5de2e422812eae8e97 /app-admin
parentMerge changes from Portage tree. (diff)
downloademacs-700891c50fe6a3a9927a51671082f891c6fb6799.tar.gz
emacs-700891c50fe6a3a9927a51671082f891c6fb6799.tar.bz2
emacs-700891c50fe6a3a9927a51671082f891c6fb6799.zip
Switch from package.mask to empty KEYWORDS.
Package-Manager: portage-2.2.8
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/emacs-updater/ChangeLog5
-rw-r--r--app-admin/emacs-updater/emacs-updater-9999.ebuild3
-rw-r--r--app-admin/eselect-ctags/ChangeLog5
-rw-r--r--app-admin/eselect-ctags/eselect-ctags-9999.ebuild3
-rw-r--r--app-admin/eselect-emacs/ChangeLog5
-rw-r--r--app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild3
6 files changed, 15 insertions, 9 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog
index b57d0b3..6008477 100644
--- a/app-admin/emacs-updater/ChangeLog
+++ b/app-admin/emacs-updater/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-admin/emacs-updater
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Jan 2014; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
+ Switch from package.mask to empty KEYWORDS.
+
10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
Migrate to git-r3.eclass.
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index 70bec4b..9b96598 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,6 @@ HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
RDEPEND=">=app-portage/portage-utils-0.3
virtual/emacs"
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog
index ef9cd0a..e49119a 100644
--- a/app-admin/eselect-ctags/ChangeLog
+++ b/app-admin/eselect-ctags/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-admin/eselect-ctags
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Jan 2014; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
+ Switch from package.mask to empty KEYWORDS.
+
10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
Migrate to git-r3.eclass.
diff --git a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
index 4a4b1a3..bc8dc3b 100644
--- a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
+++ b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,7 +16,6 @@ HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND=">=app-admin/eselect-1.2.3"
diff --git a/app-admin/eselect-emacs/ChangeLog b/app-admin/eselect-emacs/ChangeLog
index b3eb8f4..84976a4 100644
--- a/app-admin/eselect-emacs/ChangeLog
+++ b/app-admin/eselect-emacs/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-admin/eselect-emacs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Jan 2014; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
+ Switch from package.mask to empty KEYWORDS.
+
10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
Migrate to git-r3.eclass.
diff --git a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
index 4c44f72..1808dca 100644
--- a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
+++ b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,6 @@ HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
RDEPEND=">=app-admin/eselect-1.2.6
~app-admin/eselect-ctags-${PV}"