diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:58:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:58:13 +0000 |
commit | 7061b17a79e564d998cabfe69ae36e3bd932489f (patch) | |
tree | 2967307de2c4f1e3c6ed3894ba2ce34f0bca7a33 /net-dns | |
parent | ppc stable wrt bug #547806 (diff) | |
download | gentoo-2-7061b17a79e564d998cabfe69ae36e3bd932489f.tar.gz gentoo-2-7061b17a79e564d998cabfe69ae36e3bd932489f.tar.bz2 gentoo-2-7061b17a79e564d998cabfe69ae36e3bd932489f.zip |
ppc stable wrt bug #552160
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index 73cc204e7333..fefbf2e70d33 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/libidn # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.225 2015/07/17 13:04:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.226 2015/07/23 20:58:13 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libidn-1.30.ebuild: + ppc stable wrt bug #552160 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> libidn-1.30.ebuild: ia64 stable wrt bug #552160 diff --git a/net-dns/libidn/libidn-1.30.ebuild b/net-dns/libidn/libidn-1.30.ebuild index d181654d4c72..4cd38d2e5003 100644 --- a/net-dns/libidn/libidn-1.30.ebuild +++ b/net-dns/libidn/libidn-1.30.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-dns/libidn/libidn-1.30.ebuild,v 1.6 2015/07/17 13:04:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.30.ebuild,v 1.7 2015/07/23 20:58:13 pacho Exp $ EAPI=5 inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz" LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~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 ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~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 emacs java mono nls static-libs" DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO ) |