diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-11 20:15:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-11 20:15:02 +0000 |
commit | 63bb3adad458117b212606a8c3ce7a05f2e1b92f (patch) | |
tree | 076fee044a0bc1cc42e07e2fb4b82ce259e85a26 /app-admin/eselect-vi | |
parent | Made PEAR_Auth installable. Fixed problem with has_version (diff) | |
download | gentoo-2-63bb3adad458117b212606a8c3ce7a05f2e1b92f.tar.gz gentoo-2-63bb3adad458117b212606a8c3ce7a05f2e1b92f.tar.bz2 gentoo-2-63bb3adad458117b212606a8c3ce7a05f2e1b92f.zip |
Stable for HPPA (bug #251659).
(Portage version: 2.2_rc90/cvs/Linux i686)
Diffstat (limited to 'app-admin/eselect-vi')
-rw-r--r-- | app-admin/eselect-vi/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/eselect-vi/ChangeLog b/app-admin/eselect-vi/ChangeLog index 33078a3887cf..b24f1eb0df53 100644 --- a/app-admin/eselect-vi/ChangeLog +++ b/app-admin/eselect-vi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-vi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.42 2010/10/10 17:29:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.43 2010/10/11 20:15:02 jer Exp $ + + 11 Oct 2010; Jeroen Roovers <jer@gentoo.org> eselect-vi-1.1.7-r1.ebuild: + Stable for HPPA (bug #251659). 10 Oct 2010; Markus Meier <maekke@gentoo.org> eselect-vi-1.1.7-r1.ebuild: arm stable, bug #251659 diff --git a/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild b/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild index d731a0ce2af5..ec3d34a959a6 100644 --- a/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild +++ b/app-admin/eselect-vi/eselect-vi-1.1.7-r1.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-vi/eselect-vi-1.1.7-r1.ebuild,v 1.7 2010/10/10 17:29:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild,v 1.8 2010/10/11 20:15:02 jer Exp $ EAPI="3" inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/vi.eselect-${PV}.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 ~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" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-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" IUSE="" RDEPEND=">=app-admin/eselect-1.0.6" |