diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:42:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:42:54 +0000 |
commit | 10ce3c2e3d5c4e1f97d9448e2ecab0eff06c90bd (patch) | |
tree | 33cf5ef3630085d4e1fbba65bad63dd9cc544534 /net-libs/liboauth | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-10ce3c2e3d5c4e1f97d9448e2ecab0eff06c90bd.tar.gz gentoo-2-10ce3c2e3d5c4e1f97d9448e2ecab0eff06c90bd.tar.bz2 gentoo-2-10ce3c2e3d5c4e1f97d9448e2ecab0eff06c90bd.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/liboauth')
-rw-r--r-- | net-libs/liboauth/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index b8495c19bd17..147ac222ecfd 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liboauth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.17 2012/09/23 05:52:42 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.18 2013/01/01 12:42:54 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> liboauth-0.9.7.ebuild: + Add ~ia64, wrt bug #449220 23 Sep 2012; Anthony G. Basile <blueness@gentoo.org> liboauth-0.9.7.ebuild: keyword ~ppc, bug #379651 diff --git a/net-libs/liboauth/liboauth-0.9.7.ebuild b/net-libs/liboauth/liboauth-0.9.7.ebuild index c3e236f8b39e..d41af620aef2 100644 --- a/net-libs/liboauth/liboauth-0.9.7.ebuild +++ b/net-libs/liboauth/liboauth-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.7.ebuild,v 1.3 2012/09/23 05:52:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.7.ebuild,v 1.4 2013/01/01 12:42:54 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="curl doc bindist +nss" REQUIRED_USE="bindist? ( nss )" |