diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 14:47:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 14:47:03 +0000 |
commit | 815f29dff81282a47970c7e0b65ab608ece0cf63 (patch) | |
tree | 63fd031b9c95064cc2e5fa3c846094d2b62b3ab8 /net-libs/liboauth | |
parent | Add ~alpha, wrt bug #449220 (diff) | |
download | gentoo-2-815f29dff81282a47970c7e0b65ab608ece0cf63.tar.gz gentoo-2-815f29dff81282a47970c7e0b65ab608ece0cf63.tar.bz2 gentoo-2-815f29dff81282a47970c7e0b65ab608ece0cf63.zip |
Add ~alpha, 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 | 5 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index 147ac222ecfd..d6aeddab3f33 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.18 2013/01/01 12:42:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.19 2013/01/01 14:47:03 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> liboauth-0.9.7.ebuild: + Add ~alpha, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> liboauth-0.9.7.ebuild: Add ~ia64, wrt bug #449220 diff --git a/net-libs/liboauth/liboauth-0.9.7.ebuild b/net-libs/liboauth/liboauth-0.9.7.ebuild index d41af620aef2..1a5256981e9b 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-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.4 2013/01/01 12:42:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.7.ebuild,v 1.5 2013/01/01 14:47:03 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="curl doc bindist +nss" REQUIRED_USE="bindist? ( nss )" |