From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QAqmp-000464-Np for garchives@archives.gentoo.org; Fri, 15 Apr 2011 21:42:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B9D1C039; Fri, 15 Apr 2011 21:42:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B813F1C039 for ; Fri, 15 Apr 2011 21:42:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 313591B406C for ; Fri, 15 Apr 2011 21:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 954C58006D for ; Fri, 15 Apr 2011 21:42:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <54d769fc7b1eab4abc749d480dcb13ed60fc94e8.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/ X-VCS-Repository: dev/mgorny X-VCS-Files: net-im/ekg2/Manifest net-im/ekg2/ekg2-9999.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54d769fc7b1eab4abc749d480dcb13ed60fc94e8 Date: Fri, 15 Apr 2011 21:42:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7c19c6aaf256fe360910bde73336cd02 commit: 54d769fc7b1eab4abc749d480dcb13ed60fc94e8 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Apr 15 21:32:01 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Apr 15 21:32:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D54d769fc net-im/ekg2: Enable fast-configure, it should be fixed now. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- net-im/ekg2/Manifest | 8 ++++---- net-im/ekg2/ekg2-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest index bccf0ea..4f31e41 100644 --- a/net-im/ekg2/Manifest +++ b/net-im/ekg2/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD ekg2-9999.ebuild 2430 RMD160 20707209693cbbe76bc303d4dd4f64e3c5ad= ba13 SHA1 8c6b22b8553255058b7b2959034eb2d76d632b27 SHA256 89cce935ac902e3= 2f479e32aaae48670fdc9671b7553f07e6a53800231fcd0cc +EBUILD ekg2-9999.ebuild 2429 RMD160 4005094c69ee53d1233bd3a100642e65d048= ed57 SHA1 7e7739c9255ed5be613a514f4df3add27aabc132 SHA256 72dec9e93b9e22b= ef97d27b701e7cf2cb4c1a40c3f09ee20832fac4ea4555d7f MISC metadata.xml 1010 RMD160 60fa2b46cc6825df00bd8ea7ac9c509c5a641d69 S= HA1 2ecff71970f8da2cac3c3207f8c35de54ee22228 SHA256 a2cde81d5a4f725753931= bd26f2fef464e6ee11b88e9825bb07d4b3e76b57d47 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk2otP0ACgkQnGSe5QXeB7u+FwCgoeiVj2/ttjZnSWrEYJMEUEe7 -8AgAoLLQozVdhI8PuD+1g4nKCTRz21Sr -=3DRp1I +iEYEARECAAYFAk2ouVEACgkQnGSe5QXeB7vfmQCg6Fv6rGkPD5mttdMJB7Moew22 +ATAAoJRwnur9EyHqvY96YkJJctMGW9zx +=3Dvu7J -----END PGP SIGNATURE----- diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index c6760a1..9a152d6 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -96,7 +96,7 @@ src_configure() { # other magic $(use_enable nls) --with-perl-module-build-flags=3D'INSTALLDIRS=3Dvendor' -# --enable-fast-configure + --enable-fast-configure ) autotools-utils_src_configure }