diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:35:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:35:48 +0000 |
commit | bf0027107dbb64dbcf99a03c0bc84170ca3c805c (patch) | |
tree | c9d2f274dace1c48738edc64d149b370c2225a59 /net-dns | |
parent | Stable for sparc, wrt bug #555182 (diff) | |
download | gentoo-2-bf0027107dbb64dbcf99a03c0bc84170ca3c805c.tar.gz gentoo-2-bf0027107dbb64dbcf99a03c0bc84170ca3c805c.tar.bz2 gentoo-2-bf0027107dbb64dbcf99a03c0bc84170ca3c805c.zip |
Stable for sparc, wrt bug #552160
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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 fefbf2e70d33..bbee8dcad54a 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.226 2015/07/23 20:58:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.227 2015/07/30 12:35:48 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libidn-1.30.ebuild: + Stable for sparc, wrt bug #552160 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libidn-1.30.ebuild: ppc stable wrt bug #552160 diff --git a/net-dns/libidn/libidn-1.30.ebuild b/net-dns/libidn/libidn-1.30.ebuild index 4cd38d2e5003..2b95afa8e710 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.7 2015/07/23 20:58:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.30.ebuild,v 1.8 2015/07/30 12:35:48 ago 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 ) |