diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-20 11:16:56 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-20 11:16:56 +0000 |
commit | 2ec5c3d943510dd4338123031308107246a8077d (patch) | |
tree | 0c219b4a5233f04d65482c5c67ca9029377a1222 /net-www | |
parent | Improve debug output (diff) | |
download | gentoo-2-2ec5c3d943510dd4338123031308107246a8077d.tar.gz gentoo-2-2ec5c3d943510dd4338123031308107246a8077d.tar.bz2 gentoo-2-2ec5c3d943510dd4338123031308107246a8077d.zip |
Remove unneeded RESTRICT="nomirror".
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index 956f5465e5f5..9b3a8353d390 100644 --- a/net-www/mod_auth_pam/ChangeLog +++ b/net-www/mod_auth_pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pam # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.18 2007/01/15 21:51:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.19 2007/01/20 11:16:56 phreak Exp $ + + 20 Jan 2007; Christian Heim <phreak@gentoo.org> + mod_auth_pam-1.1.1-r1.ebuild, mod_auth_pam-1.1.1-r2.ebuild: + Remove unneeded RESTRICT="nomirror". *mod_auth_pam-1.1.1-r2 (15 Jan 2007) diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index cd13bfb300bb..2f386c483301 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.14 2007/01/15 21:51:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.15 2007/01/20 11:16:56 phreak Exp $ inherit eutils apache-module @@ -11,7 +11,6 @@ HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/" LICENSE="as-is" SLOT="0" IUSE="" -RESTRICT="nomirror" DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild index 369c28e54989..fe9adf9cab03 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.1 2007/01/15 21:51:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r2.ebuild,v 1.2 2007/01/20 11:16:56 phreak Exp $ inherit eutils apache-module @@ -11,7 +11,6 @@ HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/" LICENSE="as-is" SLOT="0" IUSE="" -RESTRICT="nomirror" DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" |