diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:56 +0000 |
commit | d08576cd0db5c5ec3d4188c3048a7306def6aef7 (patch) | |
tree | 8c62602df003c8f4820ef89c096e587833698b02 /sys-auth | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-d08576cd0db5c5ec3d4188c3048a7306def6aef7.tar.gz gentoo-2-d08576cd0db5c5ec3d4188c3048a7306def6aef7.tar.bz2 gentoo-2-d08576cd0db5c5ec3d4188c3048a7306def6aef7.zip |
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam-pgsql/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-auth/pam-pgsql/ChangeLog b/sys-auth/pam-pgsql/ChangeLog index 90952daf5d9f..dd4d6bff6164 100644 --- a/sys-auth/pam-pgsql/ChangeLog +++ b/sys-auth/pam-pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam-pgsql -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/ChangeLog,v 1.6 2011/12/06 10:04:29 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/ChangeLog,v 1.7 2014/03/01 22:38:56 mgorny Exp $ + + 01 Mar 2014; Michał Górny <mgorny@gentoo.org> pam-pgsql-0.7.3.1.ebuild, + pam-pgsql-0.7.3.ebuild: + Update libgcrypt dep to use slot :0. *pam-pgsql-0.7.3.1 (06 Dec 2011) @@ -45,4 +49,3 @@ Initial import of pam-pgsql, using a snapshot of the current development series from upstream, with a working autotools-based buildsystem. Closes bug #34517. - diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild index d7e2f7c34abe..25d021e3833a 100644 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild +++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild,v 1.1 2011/12/06 10:04:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild,v 1.2 2014/03/01 22:38:56 mgorny Exp $ EAPI=2 @@ -17,7 +17,7 @@ fi RDEPEND="virtual/pam >=dev-db/postgresql-base-8.0 - >=dev-libs/libgcrypt-1.2.0" + >=dev-libs/libgcrypt-1.2.0:0" DEPEND="${RDEPEND}" LICENSE="GPL-2" diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild index 3c2a6833c38c..05659b3127f0 100644 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild +++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild,v 1.1 2011/03/21 14:48:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild,v 1.2 2014/03/01 22:38:56 mgorny Exp $ EAPI=2 @@ -17,7 +17,7 @@ fi RDEPEND="virtual/pam >=dev-db/postgresql-base-8.0 - >=dev-libs/libgcrypt-1.2.0" + >=dev-libs/libgcrypt-1.2.0:0" DEPEND="${RDEPEND}" LICENSE="GPL-2" |