diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:41:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:41:24 +0000 |
commit | 14612136be2d5262e1c6dfc2d919aa9680d147e4 (patch) | |
tree | dfd52b7ac74dd1c4d3f66f6a33fa37b9e207eaaf /dev-php | |
parent | amd64 stable, bug #495562 (diff) | |
download | gentoo-2-14612136be2d5262e1c6dfc2d919aa9680d147e4.tar.gz gentoo-2-14612136be2d5262e1c6dfc2d919aa9680d147e4.tar.bz2 gentoo-2-14612136be2d5262e1c6dfc2d919aa9680d147e4.zip |
amd64 stable, bug #495566
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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.3.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 9b68bd05d43e..37c47b758fdb 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.28 2014/02/24 02:30:47 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.29 2014/03/02 10:41:24 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> PEAR-MIME_Type-1.3.3.ebuild: + amd64 stable, bug #495566 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> PEAR-MIME_Type-1.3.3.ebuild: diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild index 943a524a93b0..4831b95569e1 100644 --- a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild +++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.3.ebuild,v 1.2 2014/02/24 02:30:47 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild,v 1.3 2014/03/02 10:41:24 pacho Exp $ EAPI=5 @@ -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" |