]> Pileus Git - ~andy/sunrise/commitdiff
app-laptop/linux-phc: Fix broken collision-protect check
authorJakub Moc <jakub@gentoo.org>
Mon, 9 Apr 2007 17:51:36 +0000 (17:51 +0000)
committerJakub Moc <jakub@gentoo.org>
Mon, 9 Apr 2007 17:51:36 +0000 (17:51 +0000)
svn path=/sunrise/; revision=3394

app-laptop/linux-phc/ChangeLog
app-laptop/linux-phc/Manifest
app-laptop/linux-phc/linux-phc-0.2.8.ebuild
app-laptop/linux-phc/linux-phc-0.2.9.ebuild

index 7997a7d13c7823575ead47a5411fac6d6e59e1c9..d3b5c0728c17a33a5941d598c38abd320b241871 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Apr 2007; Jakub Moc <jakub@gentoo.org> linux-phc-0.2.8.ebuild,
+  linux-phc-0.2.9.ebuild:
+  Fix broken collision-protect check
+
   07 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com>
   +linux-phc-0.2.9.ebuild, +files/linux-phc-0.2.9-msr_h-fix.patch:
   version bump adding support for kernel-2.6.20
index 025e3654041801b9e8d8cec4f9e3d1becb2b3ac9..0e4dbf935de0cbd8f3bd90a11389452122285ee3 100644 (file)
@@ -1,7 +1,7 @@
 AUX linux-phc-0.2.9-msr_h-fix.patch 582 RMD160 ae6d1c11d6315b338c521e028e98e8be0399d313 SHA1 0409144009027c500e497f1b18e325df462ece20 SHA256 5bd050c990dbc85d8ba4eeee8ca4953d7f6a531b791bdd337fc9e0960d1e16fe
 DIST linux-phc-0.2.8.tar.gz 371563 RMD160 abebdbbe11008922281feabe78a54414f597a8d4 SHA1 39450b9b6de50d005fac86d32f11dfd1e478ce2e SHA256 f5ffc59485bc7b4f3fb05c0f0ca84e38dc536de6b3421f237b0384a2706bada9
 DIST linux-phc-0.2.9.tar.gz 379295 RMD160 b5cb5648747ed84ea6c0ca7d5979a36cd9e55a99 SHA1 dceef12ecc2583f6280413ce0677c8161d5451d0 SHA256 457347b8c2d71a68c15dcb9bf21871771fa0b222a8997bf91f93920f29e3aacf
-EBUILD linux-phc-0.2.8.ebuild 2682 RMD160 4bb02438144a45282be7dcf47657cf2ef5f6cee5 SHA1 9e9698368972db057af30c082e0cef30a7777d5d SHA256 c492d88e409732eddf9e89f7405a1e1c6f9877bc37ff3caaf257d12831b5dbb0
-EBUILD linux-phc-0.2.9.ebuild 2934 RMD160 8585efb613a9bd3aa263aa97e9786611cdf902d7 SHA1 9f57a40313753aef157731090d763dc308178adf SHA256 a572fcf828becded64e49b4f00625d507b0d3e588b24858ee82aa634814c8918
-MISC ChangeLog 935 RMD160 72880630910291edd48f88298775856f1aca2a9c SHA1 15ca0c2a5b1c97eec0db7a7668ee92dcc3a2538c SHA256 cf46a66fcb5f27fdb7cb84fd4ae91679a2f7055ab7dae703d0cf197def5e0ae2
+EBUILD linux-phc-0.2.8.ebuild 2682 RMD160 f6861759f794bb30c52c0936866a6602c7928bff SHA1 b7d7335dbde2059dc1b484346b1d6a630a9fe2bc SHA256 44706f9a24578cf23d6af8eabf87f531e15c127a3498f54d071c9d9d70b75dfb
+EBUILD linux-phc-0.2.9.ebuild 2934 RMD160 d0bcb04048d4ebed7ced5326cbcce18a383760bf SHA1 464f42af0cf6f67796abbe3d990f5623fb717e8f SHA256 cc9c29dbbcb57c24abd5cf9710d8e97d45ef2b236eeffe045c0bcd1b90e6cc01
+MISC ChangeLog 1067 RMD160 3767f39d9054a92f6b9d6711fb75a2fb34061638 SHA1 5366647bec42c98a877a1d459079c6e2fbef69ed SHA256 bfaff479c87bf3a9bf721e9e66bbba6412a26457120a02709646920586c49527
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
index d0184547e481c90bb08a5ad6d764a8ea81ba7305..3e66669fa0330a43ba47d514bcb13e83e6dc83a5 100644 (file)
@@ -37,7 +37,7 @@ which_patch() {
 }
 
 collision_check() {
-       if has collision_protect ${FEATURES}; then
+       if has collision-protect ${FEATURES}; then
                ewarn "Collisions are expected as this patches kernel code. Disable"
                ewarn "FEATURES=collision-protect before use"
                die 'incompatible FEATURES=collision-protect'
index f7567a778a158c9311efa4e2128b14293bff66df..eb30409d094f04a47bbb5544a348cf67c52623a7 100644 (file)
@@ -40,7 +40,7 @@ which_patch() {
 }
 
 collision_check() {
-       if has collision_protect ${FEATURES}; then
+       if has collision-protect ${FEATURES}; then
                ewarn "Collisions are expected as this patches kernel code. Disable"
                ewarn "FEATURES=collision-protect before use"
                die 'incompatible FEATURES=collision-protect'