diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-26 15:51:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-26 15:51:07 +0000 |
commit | aca0994b9cd9a5bc30b341bf447231c981a509b3 (patch) | |
tree | 0646cc59b98ca31ae429e672bd855b83d036b439 /app-portage | |
parent | Restrict freetype version on older versions of vlc; fixes bug #505266, report... (diff) | |
download | gentoo-2-aca0994b9cd9a5bc30b341bf447231c981a509b3.tar.gz gentoo-2-aca0994b9cd9a5bc30b341bf447231c981a509b3.tar.bz2 gentoo-2-aca0994b9cd9a5bc30b341bf447231c981a509b3.zip |
Stable for HPPA (bug #505118).
(Portage version: 2.2.9-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/esearch/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/esearch/esearch-1.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/esearch/ChangeLog b/app-portage/esearch/ChangeLog index 7b4ae3891b98..255b9c56721d 100644 --- a/app-portage/esearch/ChangeLog +++ b/app-portage/esearch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/esearch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.114 2014/02/13 20:28:18 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.115 2014/03/26 15:51:07 jer Exp $ + + 26 Mar 2014; Jeroen Roovers <jer@gentoo.org> esearch-1.3-r1.ebuild: + Stable for HPPA (bug #505118). *esearch-1.3-r1 (13 Feb 2014) diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r1.ebuild index 3ec95286162c..0d1f23fc6098 100644 --- a/app-portage/esearch/esearch-1.3-r1.ebuild +++ b/app-portage/esearch/esearch-1.3-r1.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-portage/esearch/esearch-1.3-r1.ebuild,v 1.1 2014/02/13 20:28:18 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 1.2 2014/03/26 15:51:07 jer Exp $ EAPI="5" PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3}) @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="linguas_fr linguas_it" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" |