aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-06-13 11:36:58 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2013-06-13 11:36:58 -0700
commit7a71d68f2f6ee9e5f715c8521ab73072fb8c91aa (patch)
tree68cb2992722bf733205407ae42dfb6c64b07816a /sci-astronomy/astrometry
parentmpe2: main tree more up to date (diff)
downloadsci-7a71d68f2f6ee9e5f715c8521ab73072fb8c91aa.tar.gz
sci-7a71d68f2f6ee9e5f715c8521ab73072fb8c91aa.tar.bz2
sci-7a71d68f2f6ee9e5f715c8521ab73072fb8c91aa.zip
manifests fixes
Diffstat (limited to 'sci-astronomy/astrometry')
-rw-r--r--sci-astronomy/astrometry/Manifest1
-rw-r--r--sci-astronomy/astrometry/files/0.38-system-libs.patch2
2 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/astrometry/Manifest b/sci-astronomy/astrometry/Manifest
index baf804acd..cf5c75133 100644
--- a/sci-astronomy/astrometry/Manifest
+++ b/sci-astronomy/astrometry/Manifest
@@ -1 +1,2 @@
DIST astrometry.net-0.38.tar.bz2 4686209 SHA256 dd789637c5c6d2317097cbe1dd7e31e92c5383d984ba2ff2bd49ab1172181c28 SHA512 98172d5ebbf52140826411abe6da3f4739d455decdc876af754d07f477d17af1ab2cda62701f804e45239798b96fbe07b5d1c87ff491a88327c48019acb90c14 WHIRLPOOL 7d4f3f5a0d3553feef542b91812c39f51876928a0f687d8ec5b9c22bda51cae03afec07d91770909ffc1f14f0ec9174b7e9a518c619fb2674846fa44892edda2
+DIST astrometry.net-0.43.tar.bz2 6249755 SHA256 a9684be84e4e002188f6ba75d7dea7dbc28da9e3791e9fc774e9b9ae899dba92 SHA512 ae85912264ef0ebd6df110dd31c2c8efbfc34f3cc958ed4518ab715618be075495253d724e245011cdb1474333cdc9a73a6f3f0e74b85ca30c035dcf98f18502 WHIRLPOOL 22bd178582a8486e38073926a68d95429df1c4318b0cab57f3fb975912b91df0d5eb74a8a2c14cc13e2ea61de58018547f885e54f3e84ea2236c79ac8222dbd3
diff --git a/sci-astronomy/astrometry/files/0.38-system-libs.patch b/sci-astronomy/astrometry/files/0.38-system-libs.patch
index b16b8884a..eb206bd0c 100644
--- a/sci-astronomy/astrometry/files/0.38-system-libs.patch
+++ b/sci-astronomy/astrometry/files/0.38-system-libs.patch
@@ -44,5 +44,5 @@ diff -Nur astrometry.net-0.38.orig/util/makefile.gsl astrometry.net-0.38/util/ma
-.PHONY: $(REMAKE_GSL)
-$(REMAKE_GSL):
- cd $(GSL_DIR) && $(MAKE)
-+GSL_INC := $(shell pkg-config --cflags gs 2> /dev/null)
++GSL_INC := $(shell pkg-config --cflags gsl 2> /dev/null)
+GSL_LIB := $(shell pkg-config --libs gsl 2> /dev/null)