summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-05-08 15:05:15 +0000
committerJeroen Roovers <jer@gentoo.org>2013-05-08 15:05:15 +0000
commit30e63e7c7f7d26e4499a7adf77b180fc1e9f8f90 (patch)
tree79ffef39ca9dc391dae9a68cd784957916b11bdc /net-libs
parentMarked ~hppa (bug #468984). (diff)
downloadgentoo-2-30e63e7c7f7d26e4499a7adf77b180fc1e9f8f90.tar.gz
gentoo-2-30e63e7c7f7d26e4499a7adf77b180fc1e9f8f90.tar.bz2
gentoo-2-30e63e7c7f7d26e4499a7adf77b180fc1e9f8f90.zip
Marked ~hppa (bug #468984).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/liboauth/ChangeLog5
-rw-r--r--net-libs/liboauth/liboauth-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog
index 19e9da48abca..49fc3d1322d9 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.24 2013/04/10 04:09:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.25 2013/05/08 15:05:15 jer Exp $
+
+ 08 May 2013; Jeroen Roovers <jer@gentoo.org> liboauth-1.0.1.ebuild:
+ Marked ~hppa (bug #468984).
10 Apr 2013; Patrick Lauer <patrick@gentoo.org>
+files/liboauth-1.0.1-doxygen-out-of-tree.patch, liboauth-1.0.1.ebuild:
diff --git a/net-libs/liboauth/liboauth-1.0.1.ebuild b/net-libs/liboauth/liboauth-1.0.1.ebuild
index b65e0901812c..1e63b1d857df 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.2 2013/04/10 04:09:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild,v 1.3 2013/05/08 15:05:15 jer 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 ~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 )