summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-05-20 06:24:07 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-05-20 06:24:07 +0000
commit0b69f62ef546b46625ab609b0ea0f360b50fef9d (patch)
treec1741435a5397de8c371a91ffc224d859eed5cad /dev-php/PEAR-Auth
parentVersion bump (diff)
downloadgentoo-2-0b69f62ef546b46625ab609b0ea0f360b50fef9d.tar.gz
gentoo-2-0b69f62ef546b46625ab609b0ea0f360b50fef9d.tar.bz2
gentoo-2-0b69f62ef546b46625ab609b0ea0f360b50fef9d.zip
Fix bad dependency for ppc64
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r--dev-php/PEAR-Auth/ChangeLog8
-rw-r--r--dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog
index 9c9a9e3e8869..102c68f46242 100644
--- a/dev-php/PEAR-Auth/ChangeLog
+++ b/dev-php/PEAR-Auth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-Auth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.53 2012/06/09 14:36:35 mabi Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.54 2013/05/20 06:24:07 olemarkus Exp $
+
+ 20 May 2013; Ole Markus With <olemarkus@gentoo.org> PEAR-Auth-1.6.4.ebuild:
+ Fix bad dependency for ppc64
09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Auth-1.5.4.ebuild:
remove old
@@ -206,4 +209,3 @@
16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> :
Initial ebuild for the Auth PEAR package, closes bug 73508.
-
diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
index 16a6c67970fc..810bd737f896 100644
--- a/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
+++ b/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v 1.8 2012/04/01 18:17:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v 1.9 2013/05/20 06:24:07 olemarkus Exp $
EAPI="4"
inherit php-pear-r1
@@ -8,7 +8,7 @@ inherit php-pear-r1
DESCRIPTION="Provides methods for creating an authentication system using PHP."
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
IUSE="minimal"
RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
>=dev-php/PEAR-File_Passwd-1.1.0