diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-25 11:47:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-25 11:47:08 +0000 |
commit | 81e130fdc3ed1c845b4ad13bb2f964e747431345 (patch) | |
tree | 10800cefea9ccfc6db7dd19db18b5e8764af6e87 /net-misc | |
parent | fix cython conditional dep (diff) | |
download | gentoo-2-81e130fdc3ed1c845b4ad13bb2f964e747431345.tar.gz gentoo-2-81e130fdc3ed1c845b4ad13bb2f964e747431345.tar.bz2 gentoo-2-81e130fdc3ed1c845b4ad13bb2f964e747431345.zip |
ppc stable wrt bug #555408
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/keychain/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 30f99109be09..76efaf75265d 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/keychain # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.119 2015/07/21 08:32:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.120 2015/07/25 11:47:08 pacho Exp $ + + 25 Jul 2015; Pacho Ramos <pacho@gentoo.org> keychain-2.8.1.ebuild: + ppc stable wrt bug #555408 21 Jul 2015; Mike Frysinger <vapier@gentoo.org> keychain-2.8.1.ebuild: Mark arm64/ia64/m68k/s390/sh stable #555408. diff --git a/net-misc/keychain/keychain-2.8.1.ebuild b/net-misc/keychain/keychain-2.8.1.ebuild index f425f7ef1204..87b31ea2a2c0 100644 --- a/net-misc/keychain/keychain-2.8.1.ebuild +++ b/net-misc/keychain/keychain-2.8.1.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/net-misc/keychain/keychain-2.8.1.ebuild,v 1.6 2015/07/21 08:32:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild,v 1.7 2015/07/25 11:47:08 pacho Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" 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 ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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 ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |