summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-24 10:32:58 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-24 10:32:58 +0000
commitbaea8918ae99881952ecb75d94fc416292a1697a (patch)
tree40d51691b5732307ff1ccbf6e4afebe7f3ec261f /dev-python
parentstable on amd64 (diff)
downloadhistorical-baea8918ae99881952ecb75d94fc416292a1697a.tar.gz
historical-baea8918ae99881952ecb75d94fc416292a1697a.tar.bz2
historical-baea8918ae99881952ecb75d94fc416292a1697a.zip
make sure we link against the amanith lib
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyAmanith/Manifest14
-rw-r--r--dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch2
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/PyAmanith/Manifest b/dev-python/PyAmanith/Manifest
index ca3f076268e8..b519aa363b4a 100644
--- a/dev-python/PyAmanith/Manifest
+++ b/dev-python/PyAmanith/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-AUX PyAmanith-0.3.34-build.patch 1658 RMD160 83996a343de438d00d7c612eaabcf9ec69e02d8a SHA1 5b210488c7a4400cd30699262fa45c92a969bdbe SHA256 7d57b262edb0376a345e0b2cc9308c3f53a9c61ee5d6b58236aaa39c8ee9271a
-MD5 84de1853c55c6ead74ec3ef26c41f0d6 files/PyAmanith-0.3.34-build.patch 1658
-RMD160 83996a343de438d00d7c612eaabcf9ec69e02d8a files/PyAmanith-0.3.34-build.patch 1658
-SHA256 7d57b262edb0376a345e0b2cc9308c3f53a9c61ee5d6b58236aaa39c8ee9271a files/PyAmanith-0.3.34-build.patch 1658
+AUX PyAmanith-0.3.34-build.patch 1676 RMD160 647c7904c245906624718ff009b6119a80916504 SHA1 edd68b729555e214cde41519e530e126dcb4a68b SHA256 132ce1ac232c52575a6b838702b66b8cd7c4a75d8a313663296f8e33b48ca4b9
+MD5 64289389447263a385888bf27c5c9110 files/PyAmanith-0.3.34-build.patch 1676
+RMD160 647c7904c245906624718ff009b6119a80916504 files/PyAmanith-0.3.34-build.patch 1676
+SHA256 132ce1ac232c52575a6b838702b66b8cd7c4a75d8a313663296f8e33b48ca4b9 files/PyAmanith-0.3.34-build.patch 1676
DIST PyAmanith-0.3.34.tar.gz 53214 RMD160 9609ce288e51bf9c58df90abbef879d8816adabd SHA1 8e6cfde017a86c792b8eed15ea703af77a7037f8 SHA256 d4923309473ae037316e5294a612823ee5812e62e77979ffc70e14ff8f57afb2
EBUILD PyAmanith-0.3.34.ebuild 853 RMD160 d20be0148f43e0e5cf2aba2a570933ab626ab9b3 SHA1 984375b907532889c6a2a1343d659ae5d4855ae2 SHA256 87a7bcb46a2291fca38e3e7c8139f8cd8d19625e46b0e55386fc675784193549
MD5 a91faca49228a632bbaed11fb1d7c60c PyAmanith-0.3.34.ebuild 853
@@ -24,7 +24,7 @@ SHA256 9b1fe5295b5cf849554b4b07fac1b135476c9baa0de24afcb9e6ed9b5ac802e2 files/di
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
-iD8DBQFFFlvDamhnQswr0vIRAqlSAJ4gyo2vPD+rRVfGVTMFpk0yiWDYzgCfRhaZ
-vfg9/EytCM0tXeaEOIWhvA4=
-=LxGo
+iD8DBQFFFl7hamhnQswr0vIRAkbXAJ41epjIfZSMTqxaHZF3shQSTu3eKACePTqu
+N13++dk0SwAzUmeJxsbikQA=
+=nOsM
-----END PGP SIGNATURE-----
diff --git a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch b/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch
index a1b8e835209a..d58a1a9ada57 100644
--- a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch
+++ b/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch
@@ -38,7 +38,7 @@
- library_dirs = lib,
- libraries = libs,
- extra_compile_args = cc_args)
-+ swig_opts = swig_args, extra_compile_args = swig_args)
++ swig_opts = swig_args, extra_compile_args = swig_args, libraries = libs)
setup(name = 'PyAmanith',
version = '0.3.34',