]> Pileus Git - ~andy/sunrise/commitdiff
dev-php/awl: Drop php[pcre] for >=perl-5.3 (thanks to Sven Schwyn (svoop) <svoop...
authorMichael Weber <xmw@gentoo.org>
Tue, 26 Oct 2010 11:28:23 +0000 (11:28 +0000)
committerMichael Weber <xmw@gentoo.org>
Tue, 26 Oct 2010 11:28:23 +0000 (11:28 +0000)
svn path=/sunrise/; revision=11487

dev-php/awl/ChangeLog
dev-php/awl/Manifest
dev-php/awl/awl-0.43.ebuild

index 59b76613a85af69deab172b5b0b64c8be89c582d..80e086be834ac7480e0550db89b17b1a9ba63a77 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Oct 2010; Michael Weber (xmw) <xmw@gentoo.org> awl-0.43.ebuild:
+  Drop php[pcre] for >=perl-5.3 (thanks to Sven Schwyn (svoop)
+  <svoop@delirium.ch> reporting this on bug #342597)
+
   21 Apr 2010; lebarjack <francois.perichon@univ-lille2.fr>
   -awl-0.42.ebuild, +awl-0.43.ebuild:
   New version for the awl library
index 76d6a7eada2a70ea6ae1e9bdfb7ae887e0bd28fa..b05a4596f7828f2ebd42fd3504a9a4517dc412df 100644 (file)
@@ -1,4 +1,4 @@
 DIST awl-0.43.tar.gz 251912 RMD160 3a6c154c26e796361332d0a62b4dd1789fd18cca SHA1 5ed13be450e226f956f8b54735e2486527c29655 SHA256 8d75f5e760c544be04fc6bbba533e182e1e860c36043a55d31ce7548a1ced865
-EBUILD awl-0.43.ebuild 1047 RMD160 10875e7434cb3a8a18761eb275ab739637f3b90d SHA1 332c151cbc399c64776c0be2905057e0482182d0 SHA256 722951513d8b3a7ba8fee100dc78a8f764420d66e01150394a38b8fd68316167
-MISC ChangeLog 2335 RMD160 4b9dac4cb270ef8191eaad00190dbec5801a4b83 SHA1 eaef3445076231f7a6bd55ac380401e389439bee SHA256 855c53162f9c074092f35461b0c0dcdaacdebc41a35db3c504bd9fe8b410670c
+EBUILD awl-0.43.ebuild 1098 RMD160 307c5644865774edd50ccaea9050ef936e52cf1d SHA1 25b3956d492c9bbe65aa6b16a9c6db4fbc6e0bde SHA256 cce14f05a2b7b7f105f1d147d0de7b93ad83501c6dd9b95dd851fcb40493c592
+MISC ChangeLog 2521 RMD160 331f90c654c0a124cc576c3bdee5b0a4f8c8f5d0 SHA1 eb4f1a39f00444ddc8ace16d3d4ce9a69890fe12 SHA256 79a4a94f17ad565664db42ef1092233916b63c1120c6b297805479bd4d34d7be
 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
index 563281ed4e09ec1f664e880cd2ffaa6bd4b89f79..1bc1cfc1d34765ea6a6ed6170da7bfa96b3ff7c3 100644 (file)
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-DEPEND="dev-lang/php[pcre,pdo,postgres,xml]
+DEPEND="|| ( <dev-lang/php-5.3[pcre,pdo,postgres,xml]
+               >=dev-lang/php-5.3[pdo,postgres,xml] )
        doc? ( dev-php/PEAR-PhpDocumentor )"
 RDEPEND="${DEPEND}"