diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-02-11 05:28:53 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-02-11 05:28:53 +0000 |
commit | a5f3f5014e63cdc02ca4d42413a9c6614a3a5256 (patch) | |
tree | fea694bae8dc3930c4ecac2e95a52bcfd40580ed /app-admin | |
parent | alpha stable, bug 500106. (diff) | |
download | historical-a5f3f5014e63cdc02ca4d42413a9c6614a3a5256.tar.gz historical-a5f3f5014e63cdc02ca4d42413a9c6614a3a5256.tar.bz2 historical-a5f3f5014e63cdc02ca4d42413a9c6614a3a5256.zip |
alpha stable, bug 500298.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x974CA72A
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect/eselect-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index 81a325f70925..e34eb6263311 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.262 2014/02/08 14:20:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.263 2014/02/11 05:28:53 mattst88 Exp $ + + 11 Feb 2014; Matt Turner <mattst88@gentoo.org> eselect-1.4.ebuild: + alpha stable, bug 500298. 08 Feb 2014; Akinori Hattori <hattya@gentoo.org> eselect-1.4.ebuild: ia64 stable wrt bug #500298 diff --git a/app-admin/eselect/eselect-1.4.ebuild b/app-admin/eselect/eselect-1.4.ebuild index 28f0d64abfef..0d04ff2c385d 100644 --- a/app-admin/eselect/eselect-1.4.ebuild +++ b/app-admin/eselect/eselect-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.ebuild,v 1.4 2014/02/08 14:20:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.ebuild,v 1.5 2014/02/11 05:28:53 mattst88 Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/eselect/${P}.tar.xz" LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs vim-syntax" RDEPEND="sys-apps/sed |