diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 18:08:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 18:08:07 +0000 |
commit | 87b51034e26aeb2750e21e1ecd94a1f49b2f8e83 (patch) | |
tree | 3e81aff53204f342979f361d43f6a6d59f1e4d5e /net-dns | |
parent | Stable for x86, wrt bug #454048 (diff) | |
download | gentoo-2-87b51034e26aeb2750e21e1ecd94a1f49b2f8e83.tar.gz gentoo-2-87b51034e26aeb2750e21e1ecd94a1f49b2f8e83.tar.bz2 gentoo-2-87b51034e26aeb2750e21e1ecd94a1f49b2f8e83.zip |
Stable for x86, wrt bug #454178
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index 8aa778f16d39..3daa1d55787f 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/libidn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.180 2013/01/30 15:03:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.181 2013/01/30 18:08:07 ago Exp $ + + 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libidn-1.26.ebuild: + Stable for x86, wrt bug #454178 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> libidn-1.26.ebuild: Stable for HPPA (bug #454178). diff --git a/net-dns/libidn/libidn-1.26.ebuild b/net-dns/libidn/libidn-1.26.ebuild index 23fcc79a4982..97cbd256a986 100644 --- a/net-dns/libidn/libidn-1.26.ebuild +++ b/net-dns/libidn/libidn-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.26.ebuild,v 1.4 2013/01/30 15:03:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.26.ebuild,v 1.5 2013/01/30 18:08:07 ago Exp $ EAPI=4 inherit elisp-common java-pkg-opt-2 mono @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz" LICENSE="GPL-2 GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm 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 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 ) |