diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-01 10:32:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-01 10:32:11 +0000 |
commit | bfbea73cc7124bf6baf22a74a26be10860fedb9c (patch) | |
tree | 130a369ec86cc9bf3ccb53a395b9c6e21d90516a /dev-db/pgtap | |
parent | Stable for amd64, wrt bug #468054 (diff) | |
download | gentoo-2-bfbea73cc7124bf6baf22a74a26be10860fedb9c.tar.gz gentoo-2-bfbea73cc7124bf6baf22a74a26be10860fedb9c.tar.bz2 gentoo-2-bfbea73cc7124bf6baf22a74a26be10860fedb9c.zip |
Stable for amd64, wrt bug #468038
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/pgtap')
-rw-r--r-- | dev-db/pgtap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pgtap/pgtap-0.93.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-db/pgtap/ChangeLog b/dev-db/pgtap/ChangeLog index 4c14ce2042a2..68275afb28ef 100644 --- a/dev-db/pgtap/ChangeLog +++ b/dev-db/pgtap/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-db/pgtap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtap/ChangeLog,v 1.1 2013/03/30 19:19:20 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtap/ChangeLog,v 1.2 2013/05/01 10:32:11 ago Exp $ + + 01 May 2013; Agostino Sarubbo <ago@gentoo.org> pgtap-0.93.0.ebuild: + Stable for amd64, wrt bug #468038 *pgtap-0.93.0 (30 Mar 2013) 30 Mar 2013; Aaron W. Swenson <titanofold@gentoo.org> +pgtap-0.93.0.ebuild, +files/pgtap-pg_config_override.patch, +metadata.xml: PostgreSQL unit testing comes to Gentoo. Initial commit. - diff --git a/dev-db/pgtap/pgtap-0.93.0.ebuild b/dev-db/pgtap/pgtap-0.93.0.ebuild index 5edd6c667c03..98ab46360da3 100644 --- a/dev-db/pgtap/pgtap-0.93.0.ebuild +++ b/dev-db/pgtap/pgtap-0.93.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtap/pgtap-0.93.0.ebuild,v 1.1 2013/03/30 19:19:20 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgtap/pgtap-0.93.0.ebuild,v 1.2 2013/05/01 10:32:11 ago Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://api.pgxn.org/dist/${PN}/${PV}/${P}.zip" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" DEPEND=">=dev-db/postgresql-base-8.4 |