diff options
-rw-r--r-- | net-libs/liboauth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index da62879a205f..113ea2061ac1 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liboauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.8 2011/03/18 00:37:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.9 2011/09/24 15:10:42 grobian Exp $ + + 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> liboauth-0.9.4.ebuild: + Fixed for Prefix (EAPI=3) and marked ~x64-macos *liboauth-0.9.4 (18 Mar 2011) diff --git a/net-libs/liboauth/liboauth-0.9.4.ebuild b/net-libs/liboauth/liboauth-0.9.4.ebuild index a1cff914b84f..24587dcec1db 100644 --- a/net-libs/liboauth/liboauth-0.9.4.ebuild +++ b/net-libs/liboauth/liboauth-0.9.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.4.ebuild,v 1.1 2011/03/18 00:37:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.4.ebuild,v 1.2 2011/09/24 15:10:42 grobian Exp $ -EAPI=2 +EAPI=3 DESCRIPTION="C library implementing the OAuth secure authentication protocol" HOMEPAGE="http://liboauth.sourceforge.net/" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="|| ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="curl doc bindist +nss" CDEPEND=" @@ -65,7 +65,7 @@ src_compile() { if use doc ; then # make sure fonts are found - export DOTFONTPATH=/usr/share/fonts/freefont-ttf + export DOTFONTPATH="${EPREFIX}"/usr/share/fonts/freefont-ttf emake dox || die "emake dox failed" fi } |