diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:56:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 04:56:40 +0000 |
commit | 3e81b559dc6e46a89a2d67265047ffdc1dadc0e5 (patch) | |
tree | 055f19e717943ae500509bf8752dde00e1643d14 /www-apache/mod_auth_openid | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-3e81b559dc6e46a89a2d67265047ffdc1dadc0e5.tar.gz gentoo-2-3e81b559dc6e46a89a2d67265047ffdc1dadc0e5.tar.bz2 gentoo-2-3e81b559dc6e46a89a2d67265047ffdc1dadc0e5.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'www-apache/mod_auth_openid')
-rw-r--r-- | www-apache/mod_auth_openid/ChangeLog | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apache/mod_auth_openid/ChangeLog b/www-apache/mod_auth_openid/ChangeLog index dd50362704e3..3b4331699ee4 100644 --- a/www-apache/mod_auth_openid/ChangeLog +++ b/www-apache/mod_auth_openid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_auth_openid # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.4 2012/03/30 06:24:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.5 2012/05/03 04:56:40 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> mod_auth_openid-0.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *mod_auth_openid-0.6 (30 Mar 2012) diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild index 26263556e5a0..fd384b46f2b2 100644 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild +++ b/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild,v 1.1 2012/03/30 06:24:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.6.ebuild,v 1.2 2012/05/03 04:56:40 jdhore Exp $ EAPI="4" @@ -20,7 +20,7 @@ RDEPEND=">=dev-db/sqlite-3 >=net-libs/libopkele-2.0 net-misc/curl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" APACHE2_MOD_CONF="10_${PN}" APACHE2_MOD_DEFINE="AUTH_OPENID" |