summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-04-22 19:41:54 +0000
committerChristian Heim <phreak@gentoo.org>2007-04-22 19:41:54 +0000
commit79c5e9011208c5ad385503295d93cbe8e3fd2bf3 (patch)
treee48502883111263518449fa2f381e22f62b6701b /hardened
parentFinal touchups for AMD64/hardened. (diff)
downloadphreak-79c5e9011208c5ad385503295d93cbe8e3fd2bf3.tar.gz
phreak-79c5e9011208c5ad385503295d93cbe8e3fd2bf3.tar.bz2
phreak-79c5e9011208c5ad385503295d93cbe8e3fd2bf3.zip
Final touchups for AMD64/hardened.
svn path=/; revision=324
Diffstat (limited to 'hardened')
-rw-r--r--hardened/dev-lang/ocaml/Manifest8
-rw-r--r--hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild2
2 files changed, 5 insertions, 5 deletions
diff --git a/hardened/dev-lang/ocaml/Manifest b/hardened/dev-lang/ocaml/Manifest
index 5b0aa6f..6d92f60 100644
--- a/hardened/dev-lang/ocaml/Manifest
+++ b/hardened/dev-lang/ocaml/Manifest
@@ -19,10 +19,10 @@ MD5 bcc5109143faee7e7b8f7f76bd4726a7 files/ocaml-rebuild.sh 1361
RMD160 a9c452fbea18de3b38d8240f887f8595e529643e files/ocaml-rebuild.sh 1361
SHA256 a8004cd4bca96ab3fc595fcfd7dbe88903833f9e430149c3d04c9fda84362b64 files/ocaml-rebuild.sh 1361
DIST ocaml-3.09.3.tar.bz2 2038617 RMD160 fdc124218c556c62c897ee6720970279e2d5426b SHA1 5d63c6e0d13463f85c0d5147d641d2bceef87d6b SHA256 607842b4f4917a759f19541a421370a834f5b948855ca54cef40d22b19a0934f
-EBUILD ocaml-3.09.3-r1.ebuild 4609 RMD160 bd5e978b9ab20d7c445787115494f41c07bccad1 SHA1 2645d14bb03fcec5f2fdc90faf88d16ad35eecc3 SHA256 2ff3b317570a532cf372b858e12fd38777a3bc8dd0cdec7cf3f46fc5ef5c0864
-MD5 88f3a6875bd3e46653f4d6f1cff410a0 ocaml-3.09.3-r1.ebuild 4609
-RMD160 bd5e978b9ab20d7c445787115494f41c07bccad1 ocaml-3.09.3-r1.ebuild 4609
-SHA256 2ff3b317570a532cf372b858e12fd38777a3bc8dd0cdec7cf3f46fc5ef5c0864 ocaml-3.09.3-r1.ebuild 4609
+EBUILD ocaml-3.09.3-r1.ebuild 4614 RMD160 6602e2d5e7a0f6880a4a58e6e89b94a02bcc9dfb SHA1 2df0d3722e1e5ccbcfbd377294e7caecd075bdbd SHA256 2656bb8fbc2d4834453611b67a7e53f88e2ed6239e1aaa3091ac4e8f347f341a
+MD5 da8c19eb34f5c0d91936fc7f60556ff3 ocaml-3.09.3-r1.ebuild 4614
+RMD160 6602e2d5e7a0f6880a4a58e6e89b94a02bcc9dfb ocaml-3.09.3-r1.ebuild 4614
+SHA256 2656bb8fbc2d4834453611b67a7e53f88e2ed6239e1aaa3091ac4e8f347f341a ocaml-3.09.3-r1.ebuild 4614
MD5 71f3dc5bc2ee57a403689b56bc1a85c1 files/digest-ocaml-3.09.3-r1 244
RMD160 e7f0898889b94faae3b1481555bac42e9298b370 files/digest-ocaml-3.09.3-r1 244
SHA256 19708f759185ed39623e03921462ba20fb6f3533268673d2bcd7dd07cef57350 files/digest-ocaml-3.09.3-r1 244
diff --git a/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
index a14a779..ac5d701 100644
--- a/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
+++ b/hardened/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
@@ -25,7 +25,7 @@ pkg_setup() {
# dev-lang/ocaml fails with -fPIC errors due to a "relocation R_X86_64_32S" on AMD64/hardened
if use amd64 && gcc-specs-pie ; then
echo
- eerror "${CAT}/${PF} is currently broken on this platform with specfiles injecting -PIE."
+ eerror "${CATEGORY}/${PF} is currently broken on this platform with specfiles injecting -PIE."
eerror "Please switch to your \"${CHOST}-$(gcc-fullversion)-hardenednopie\" specfile via gcc-config!"
die "Current specfile (${CHOST}-$(gcc-fullversion)) not supported by ${PF}!"
fi