diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 11:24:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 11:24:24 +0000 |
commit | 07590bf799a82455853af927749ea6e7b59838e9 (patch) | |
tree | 641af40a41765a0ab66669e6c100b756278b6265 /net-dns/libidn | |
parent | Cleanup. (diff) | |
download | gentoo-2-07590bf799a82455853af927749ea6e7b59838e9.tar.gz gentoo-2-07590bf799a82455853af927749ea6e7b59838e9.tar.bz2 gentoo-2-07590bf799a82455853af927749ea6e7b59838e9.zip |
x86 stable, bug #525266
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns/libidn')
-rw-r--r-- | net-dns/libidn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index f95ff203c512..259beac6ba06 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/libidn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.209 2014/10/18 14:24:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.210 2014/10/23 11:24:24 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> libidn-1.29.ebuild: + x86 stable, bug #525266 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libidn-1.29.ebuild: Stable for ppc, wrt bug #525266 diff --git a/net-dns/libidn/libidn-1.29.ebuild b/net-dns/libidn/libidn-1.29.ebuild index fcc570d81bd3..4b4a0a5ecc9d 100644 --- a/net-dns/libidn/libidn-1.29.ebuild +++ b/net-dns/libidn/libidn-1.29.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/net-dns/libidn/libidn-1.29.ebuild,v 1.4 2014/10/18 14:24:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild,v 1.5 2014/10/23 11:24:24 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 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs java mono nls static-libs" DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO ) |