diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-06 09:16:28 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-06 09:16:28 +0000 |
commit | da274184b45b17f6797630bfc5de734b47fd09bc (patch) | |
tree | d0af798e33c0abfb8b6f956f4312825dd0c8a7c8 /net-voip | |
parent | update homepage url, add -9999 for bleeding edge users... (diff) | |
download | gentoo-2-da274184b45b17f6797630bfc5de734b47fd09bc.tar.gz gentoo-2-da274184b45b17f6797630bfc5de734b47fd09bc.tar.bz2 gentoo-2-da274184b45b17f6797630bfc5de734b47fd09bc.zip |
Fix for prefix and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha50_p4/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 909a05e946f8..d36bb3adbdbe 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/telepathy-gabble # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.81 2011/07/28 19:16:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.82 2011/08/06 09:16:28 zmedico Exp $ + + 06 Aug 2011; Zac Medico <zmedico@gentoo.org> telepathy-gabble-0.12.4.ebuild: + Fix for prefix and add ~x86-linux keyword. *telepathy-gabble-0.12.4 (28 Jul 2011) diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild index 82db5891ade2..ce93f9df5d6f 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild,v 1.1 2011/07/28 19:16:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.12.4.ebuild,v 1.2 2011/08/06 09:16:28 zmedico Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -13,7 +13,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="debug test" RDEPEND=">=dev-libs/glib-2.24:2 @@ -47,7 +47,7 @@ src_prepare() { src_configure() { econf \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable debug handle-leak-debug) } |