diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:23:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:23:51 +0000 |
commit | d227d0fa0a6efaf808579fd9130c25effc8529be (patch) | |
tree | c6e79349f7a809cec2a1a5bcc6261d688e9fa1bd /app-portage | |
parent | Stable for sparc, wrt bug #535368 (diff) | |
download | gentoo-2-d227d0fa0a6efaf808579fd9130c25effc8529be.tar.gz gentoo-2-d227d0fa0a6efaf808579fd9130c25effc8529be.tar.bz2 gentoo-2-d227d0fa0a6efaf808579fd9130c25effc8529be.zip |
Stable for sparc, wrt bug #537220
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/epm/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/epm/epm-1.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/epm/ChangeLog b/app-portage/epm/ChangeLog index dfec7ce6eb39..dafe877f10f9 100644 --- a/app-portage/epm/ChangeLog +++ b/app-portage/epm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/epm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.45 2015/02/24 09:12:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/ChangeLog,v 1.46 2015/02/27 11:23:51 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> epm-1.40.ebuild: + Stable for sparc, wrt bug #537220 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> epm-1.40.ebuild: Stable for alpha, wrt bug #537220 diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild index 2a340ca00899..a150d05ea2c4 100644 --- a/app-portage/epm/epm-1.40.ebuild +++ b/app-portage/epm/epm-1.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/epm-1.40.ebuild,v 1.9 2015/02/24 09:12:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/epm/epm-1.40.ebuild,v 1.10 2015/02/27 11:23:51 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=dev-lang/perl-5" |