diff options
author | 2015-04-18 04:25:37 +0000 | |
---|---|---|
committer | 2015-04-18 04:25:37 +0000 | |
commit | 8aeca31c13587b681c4570a5f415933dd76c21aa (patch) | |
tree | 4d38a97e8b243e9741242bbc87c0a4e4bab589e9 /dev-php | |
parent | Stable for HPPA (bug #546664). (diff) | |
download | gentoo-2-8aeca31c13587b681c4570a5f415933dd76c21aa.tar.gz gentoo-2-8aeca31c13587b681c4570a5f415933dd76c21aa.tar.bz2 gentoo-2-8aeca31c13587b681c4570a5f415933dd76c21aa.zip |
Stable for HPPA (bug #546652).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-DB/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog index 908ee0e699fa..4e42d8cef2ed 100644 --- a/dev-php/PEAR-DB/ChangeLog +++ b/dev-php/PEAR-DB/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-DB # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.77 2015/02/19 17:50:14 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.78 2015/04/18 04:25:37 jer Exp $ + + 18 Apr 2015; Jeroen Roovers <jer@gentoo.org> PEAR-DB-1.8.2.ebuild: + Stable for HPPA (bug #546652). *PEAR-DB-1.8.2 (19 Feb 2015) diff --git a/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild index e81794846a6b..d98bc229b0d9 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild,v 1.1 2015/02/19 17:50:14 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.8.2.ebuild,v 1.2 2015/04/18 04:25:37 jer Exp $ EAPI=5 inherit php-pear-r1 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="Database abstraction layer for PHP" LICENSE="PHP-3" |