diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-30 17:16:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-30 17:16:15 +0000 |
commit | 2acbf9575d6eedc47a6ca94873fd1222fa83a042 (patch) | |
tree | 393b169fa8535267d9c13ba515d0499babfb3498 /dev-db | |
parent | Stable for x86, wrt bug #485582 (diff) | |
download | gentoo-2-2acbf9575d6eedc47a6ca94873fd1222fa83a042.tar.gz gentoo-2-2acbf9575d6eedc47a6ca94873fd1222fa83a042.tar.bz2 gentoo-2-2acbf9575d6eedc47a6ca94873fd1222fa83a042.zip |
Stable for x86, wrt bug #485972
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgbouncer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pgbouncer/pgbouncer-1.5.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/pgbouncer/ChangeLog b/dev-db/pgbouncer/ChangeLog index 733eb50abccf..29752656e66a 100644 --- a/dev-db/pgbouncer/ChangeLog +++ b/dev-db/pgbouncer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgbouncer # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbouncer/ChangeLog,v 1.13 2013/09/28 19:51:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbouncer/ChangeLog,v 1.14 2013/09/30 17:16:15 ago Exp $ + + 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pgbouncer-1.5.4-r1.ebuild: + Stable for x86, wrt bug #485972 28 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pgbouncer-1.5.4-r1.ebuild: Stable for amd64, wrt bug #485972 diff --git a/dev-db/pgbouncer/pgbouncer-1.5.4-r1.ebuild b/dev-db/pgbouncer/pgbouncer-1.5.4-r1.ebuild index d8667479bcfa..5822391049a0 100644 --- a/dev-db/pgbouncer/pgbouncer-1.5.4-r1.ebuild +++ b/dev-db/pgbouncer/pgbouncer-1.5.4-r1.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/pgbouncer/pgbouncer-1.5.4-r1.ebuild,v 1.2 2013/09/28 19:51:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbouncer/pgbouncer-1.5.4-r1.ebuild,v 1.3 2013/09/30 17:16:15 ago Exp $ EAPI="5" @@ -15,7 +15,7 @@ SRC_URI="mirror://postgresql/projects/pgFoundry/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc libevent udns" REQUIRED_USE=" libevent? ( !udns ) |