diff options
author | 2006-10-25 09:07:51 +0000 | |
---|---|---|
committer | 2006-10-25 09:07:51 +0000 | |
commit | 7b75165ccb8d06a6e0b25ad4c45ef8222a496dcc (patch) | |
tree | 445a01fd86d44b51206d8a72c8c2aa8a960f1a62 /sys-auth | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-7b75165ccb8d06a6e0b25ad4c45ef8222a496dcc.tar.gz gentoo-2-7b75165ccb8d06a6e0b25ad4c45ef8222a496dcc.tar.bz2 gentoo-2-7b75165ccb8d06a6e0b25ad4c45ef8222a496dcc.zip |
Fix typo, thanks Opfer.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_console/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_console/ChangeLog b/sys-auth/pam_console/ChangeLog index afc4f86045c2..21fed4b11eb9 100644 --- a/sys-auth/pam_console/ChangeLog +++ b/sys-auth/pam_console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.1 2006/10/24 20:23:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.2 2006/10/25 09:07:51 flameeyes Exp $ + + 25 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + pam_console-0.99.6.2.3.6.ebuild: + Fix typo, thanks Opfer. *pam_console-0.99.6.2.3.6 (24 Oct 2006) diff --git a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild index 11e43ceb6c10..425df36fde4f 100644 --- a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild +++ b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.1 2006/10/24 20:23:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.2 2006/10/25 09:07:51 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -24,7 +24,7 @@ IUSE="" RDEPEND=">=sys-libs/pam-0.99" DEPEND="${RDEPEND} - dev-util/pkg-config" + dev-util/pkgconfig" S="${WORKDIR}/modules/pam_console" |