diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-11 13:08:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-11 13:08:09 +0000 |
commit | 3ed4bd65f4d927cea3e615d62c7cb683a4f9735c (patch) | |
tree | de5c9619209705d4cdce9f96c7651d34daec1633 /dev-php | |
parent | x86 stable, bug #418885 (diff) | |
download | gentoo-2-3ed4bd65f4d927cea3e615d62c7cb683a4f9735c.tar.gz gentoo-2-3ed4bd65f4d927cea3e615d62c7cb683a4f9735c.tar.bz2 gentoo-2-3ed4bd65f4d927cea3e615d62c7cb683a4f9735c.zip |
x86 stable, bug #418889
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-MIME_Type/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-MIME_Type/ChangeLog b/dev-php/PEAR-MIME_Type/ChangeLog index 49be554b550b..e9f9b63edeb4 100644 --- a/dev-php/PEAR-MIME_Type/ChangeLog +++ b/dev-php/PEAR-MIME_Type/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-MIME_Type # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.23 2012/08/06 21:17:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.24 2012/08/11 13:08:09 maekke Exp $ + + 11 Aug 2012; Markus Meier <maekke@gentoo.org> PEAR-MIME_Type-1.3.1.ebuild: + x86 stable, bug #418889 06 Aug 2012; Brent Baude <ranger@gentoo.org> PEAR-MIME_Type-1.3.1.ebuild: Marking PEAR-MIME_Type-1.3.1 ppc64 for bug 418889 diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild index 0531eee03592..1b299de20412 100644 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild,v 1.3 2012/08/06 21:17:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.1.ebuild,v 1.4 2012/08/11 13:08:09 maekke Exp $ EAPI=4 @@ -9,6 +9,6 @@ inherit php-pear-r1 DESCRIPTION="Utility class for dealing with MIME types." LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" IUSE="" RDEPEND="dev-php/PEAR-System_Command" |