diff options
-rw-r--r-- | net-dialup/openl2tp/openl2tp-1.4.ebuild | 2 | ||||
-rw-r--r-- | net-im/gajim/gajim-9999.ebuild | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-dialup/openl2tp/openl2tp-1.4.ebuild b/net-dialup/openl2tp/openl2tp-1.4.ebuild index 3b880e2..8d65682 100644 --- a/net-dialup/openl2tp/openl2tp-1.4.ebuild +++ b/net-dialup/openl2tp/openl2tp-1.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/openl2tp/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="sys-libs/readline diff --git a/net-im/gajim/gajim-9999.ebuild b/net-im/gajim/gajim-9999.ebuild index a350984..0a4bdc6 100644 --- a/net-im/gajim/gajim-9999.ebuild +++ b/net-im/gajim/gajim-9999.ebuild @@ -2,18 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.11.4.ebuild,v 1.6 2008/01/24 20:23:28 angelos Exp $ -inherit multilib python eutils subversion autotools +inherit multilib python eutils mercurial autotools DESCRIPTION="Jabber client written in PyGTK" HOMEPAGE="http://www.gajim.org/" SRC_URI="" -ESVN_REPO_URI="svn://svn.gajim.org/gajim/trunk" -ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" -ESVN_BOOTSTRAP="./autogen.sh" +EHG_REPO_URI="http://hg.gajim.org/gajim" -S="${WORKDIR}/${P/_/}" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" @@ -74,9 +71,10 @@ pkg_setup() { } src_unpack() { - subversion_src_unpack + mercurial_src_unpack #eautoreconf cd "${S}" + ./autogen.sh #epatch "${FILESDIR}/${P}-test_fix.patch" } |