diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-08 13:00:42 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-08 13:00:42 +0000 |
commit | 8a251b3e2710f7970843fe67670c9d84e43962c7 (patch) | |
tree | 4386477590a7fb0b36019a3a79d8bb616f9e6d8b /app-admin/eselect | |
parent | stable x86, bug 311827 (diff) | |
download | gentoo-2-8a251b3e2710f7970843fe67670c9d84e43962c7.tar.gz gentoo-2-8a251b3e2710f7970843fe67670c9d84e43962c7.tar.bz2 gentoo-2-8a251b3e2710f7970843fe67670c9d84e43962c7.zip |
stable x86, bug 313829
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect/eselect-1.2.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index d093db09fb03..033e60f31415 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.159 2010/02/10 04:30:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.160 2010/04/08 13:00:42 fauli Exp $ + + 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + eselect-1.2.10.ebuild: + stable x86, bug 313829 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> eselect-1.2.9.ebuild: Marked ppc stable for bug #302878. diff --git a/app-admin/eselect/eselect-1.2.10.ebuild b/app-admin/eselect/eselect-1.2.10.ebuild index 27d10c95d23b..c5c72aaa4248 100644 --- a/app-admin/eselect/eselect-1.2.10.ebuild +++ b/app-admin/eselect/eselect-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.10.ebuild,v 1.1 2010/02/05 22:31:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.10.ebuild,v 1.2 2010/04/08 13:00:42 fauli Exp $ inherit bash-completion @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" RDEPEND="sys-apps/sed |