summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2014-01-26 18:36:59 +0000
committerOle Markus With <olemarkus@gentoo.org>2014-01-26 18:36:59 +0000
commit791c45eb5e2ad7d6048691a4904d0cc610ef356e (patch)
tree09c7d1720ab6dc22cbe0a14d7d4895e0b866d0c5 /dev-php
parentRemoving stable keyword for sh/s390 (diff)
downloadgentoo-2-791c45eb5e2ad7d6048691a4904d0cc610ef356e.tar.gz
gentoo-2-791c45eb5e2ad7d6048691a4904d0cc610ef356e.tar.bz2
gentoo-2-791c45eb5e2ad7d6048691a4904d0cc610ef356e.zip
Removing stable keyword for sh/s390
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog8
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog
index 5c5359d36287..fc3f7e44eb15 100644
--- a/dev-php/PEAR-Net_SMTP/ChangeLog
+++ b/dev-php/PEAR-Net_SMTP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Net_SMTP
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.58 2013/11/23 21:03:47 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.59 2014/01/26 18:36:59 olemarkus Exp $
+
+ 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org>
+ PEAR-Net_SMTP-1.6.1.ebuild:
+ Removing stable keyword for sh/s390
*PEAR-Net_SMTP-1.6.2 (23 Nov 2013)
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild
index 3660beae5571..7e343a77e13a 100644
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild,v 1.7 2011/12/03 17:48:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild,v 1.8 2014/01/26 18:36:59 olemarkus Exp $
inherit php-pear-r1
@@ -8,7 +8,7 @@ DESCRIPTION="An implementation of the SMTP protocol"
LICENSE="PHP-2.02"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
IUSE="sasl"
RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7