diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-14 15:52:08 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-14 15:52:08 +0000 |
commit | 0920ec3569ec87e4ffb97330ac8f47d75f84d0fa (patch) | |
tree | f1d43e2cc28e2d780aebd3e740a79a34a6ec6cba /dev-php/PEAR-DB_DataObject | |
parent | Patch for better Emacs 24 compatibility. (diff) | |
download | gentoo-2-0920ec3569ec87e4ffb97330ac8f47d75f84d0fa.tar.gz gentoo-2-0920ec3569ec87e4ffb97330ac8f47d75f84d0fa.tar.bz2 gentoo-2-0920ec3569ec87e4ffb97330ac8f47d75f84d0fa.zip |
ia64 stable wrt bug #495562
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-php/PEAR-DB_DataObject')
-rw-r--r-- | dev-php/PEAR-DB_DataObject/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog index c31ac8893064..647570f51a89 100644 --- a/dev-php/PEAR-DB_DataObject/ChangeLog +++ b/dev-php/PEAR-DB_DataObject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB_DataObject # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.52 2014/02/11 19:02:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.53 2014/02/14 15:52:08 hattya Exp $ + + 14 Feb 2014; Akinori Hattori <hattya@gentoo.org> + PEAR-DB_DataObject-1.11.2.ebuild: + ia64 stable wrt bug #495562 11 Feb 2014; Jeroen Roovers <jer@gentoo.org> PEAR-DB_DataObject-1.11.2.ebuild: diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild index f793a3c83183..92e7ce8ffb21 100644 --- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild +++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild,v 1.3 2014/02/11 19:02:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild,v 1.4 2014/02/14 15:52:08 hattya Exp $ EAPI="4" inherit php-pear-r1 -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A SQL Builder, Object Interface to Database Tables" LICENSE="PHP-2.02 PHP-3" |