public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xarthisius:master commit in: dev-lang/path64/
@ 2011-06-16 11:53 Kacper Kowalik
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik @ 2011-06-16 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8414f5ece46cea79bb3d765d3f6f6f1d2fb82775
Author:     Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
AuthorDate: Thu Jun 16 11:53:14 2011 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 11:53:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=8414f5ec

[dev-lang/path] use pkg_setup rather than pkg_pretend for checking proper gcc version

---
 dev-lang/path64/Manifest           |    2 +-
 dev-lang/path64/path64-9999.ebuild |    5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-lang/path64/Manifest b/dev-lang/path64/Manifest
index 1eb9294..b8d90e0 100644
--- a/dev-lang/path64/Manifest
+++ b/dev-lang/path64/Manifest
@@ -1,4 +1,4 @@
 AUX path64-fixlinks.patch 1866 RMD160 8d0f4dfd17a445c94d4e7ad3981aff818fff5029 SHA1 fe1895e6bb2c4c55624eb070094db50e5d973339 SHA256 f7d59c134929435104e0d9a7973294b5cee49e9e1cf8467402795e0ad230c2fd
 AUX path64-implicits.patch 1859 RMD160 60c31a551b57dbb1cda9ede6ccdbc23cc3281fe5 SHA1 27051876e281ee60a15796f3f356069e1077e180 SHA256 df001a245012d8cacbb206eeb471bb48a20a612e8d3644472d350038f7cf1f96
-EBUILD path64-9999.ebuild 1766 RMD160 77d06df8771eb2a2882883167cd35d87abcc2683 SHA1 257bd771f8cf3b26cbe1f5cdd9d7f7057ecae23b SHA256 dbcc0d0da95c540368bed81347e1abca30c317d0dd6d9615d15a5b027c41ca16
+EBUILD path64-9999.ebuild 1747 RMD160 ddd3536d70bd309bbbd7829bdd7cea3dd8358f28 SHA1 837068fe67d1f36307bfc5a541ef40ceb1b2606f SHA256 563586a61faa0d9d21c21d187e734b4d63dca56b09aed4ad87a957c552ba4fdf
 MISC metadata.xml 599 RMD160 db4dbce6755b718f4fd34ced77c3e43c3ac49b29 SHA1 254eeaee0fdfe85349ba117190697731991f3e4a SHA256 297871a74cf9d537062c154ce333137ebda79d9a404e4329cfb504bcf5b5c62d

diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild
index fc4284b..1cb796d 100644
--- a/dev-lang/path64/path64-9999.ebuild
+++ b/dev-lang/path64/path64-9999.ebuild
@@ -29,12 +29,9 @@ IUSE="custom-flags"
 DEPEND="sys-devel/gcc:4.2[vanilla]"
 RDEPEND="${DEPEND}"
 
-pkg_pretend() {
+pkg_setup() {
 	[[ $(gcc-version) != 4.2 ]] && \
 		die "To bootstrap Path64 you'll need to use gcc:4.2[vanilla]"
-}
-
-pkg_setup() {
 	export GCC42_PATH=$($(tc-getCC) -print-search-dirs | head -n 1 | cut -f2- -d' ')
 }
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-16 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 11:53 [gentoo-commits] dev/xarthisius:master commit in: dev-lang/path64/ Kacper Kowalik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox