diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2013-09-01 23:36:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2013-09-01 23:36:58 +0000 |
commit | a93e051316ae544b4f5de12be2dcf8d2704da4bf (patch) | |
tree | 9bd0e5a9ddd2d3b4197aa01f5fb55de17bb7af84 /net-libs/liboauth | |
parent | marked x86 per bug 482912 (diff) | |
download | gentoo-2-a93e051316ae544b4f5de12be2dcf8d2704da4bf.tar.gz gentoo-2-a93e051316ae544b4f5de12be2dcf8d2704da4bf.tar.bz2 gentoo-2-a93e051316ae544b4f5de12be2dcf8d2704da4bf.zip |
marked x86 per bug 481894
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'net-libs/liboauth')
-rw-r--r-- | net-libs/liboauth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index 662ff31f4b3b..eb8049acd082 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liboauth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.28 2013/08/31 14:48:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.29 2013/09/01 23:36:58 jdhore Exp $ + + 01 Sep 2013; Jeff Horelick <jdhore@gentoo.org> liboauth-1.0.1.ebuild: + marked x86 per bug 481894 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> liboauth-1.0.1.ebuild: Stable for arm, wrt bug #481894 diff --git a/net-libs/liboauth/liboauth-1.0.1.ebuild b/net-libs/liboauth/liboauth-1.0.1.ebuild index 6343017af0e4..1bb7f47e237c 100644 --- a/net-libs/liboauth/liboauth-1.0.1.ebuild +++ b/net-libs/liboauth/liboauth-1.0.1.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-libs/liboauth/liboauth-1.0.1.ebuild,v 1.6 2013/08/31 14:48:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild,v 1.7 2013/09/01 23:36:58 jdhore Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos" IUSE="curl doc bindist +nss" PATCHES=( "${FILESDIR}"/${P}-doxygen-out-of-tree.patch ) |