diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-21 12:01:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-21 12:01:54 +0000 |
commit | 4f018a09d2738b73e3d6905569eed516bb073687 (patch) | |
tree | 8d1ea2617d22b8ad945edb9614b861821a8d703f /sys-libs/pam/pam-0.78-r3.ebuild | |
parent | Drop old versions. (diff) | |
download | gentoo-2-4f018a09d2738b73e3d6905569eed516bb073687.tar.gz gentoo-2-4f018a09d2738b73e3d6905569eed516bb073687.tar.bz2 gentoo-2-4f018a09d2738b73e3d6905569eed516bb073687.zip |
Move DESCRIPTION after inherit line. Thanks to Alexandru Toma in bug #114010.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-libs/pam/pam-0.78-r3.ebuild')
-rw-r--r-- | sys-libs/pam/pam-0.78-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/pam/pam-0.78-r3.ebuild b/sys-libs/pam/pam-0.78-r3.ebuild index 37a24aaf03d2..95fe8fc0a224 100644 --- a/sys-libs/pam/pam-0.78-r3.ebuild +++ b/sys-libs/pam/pam-0.78-r3.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-libs/pam/pam-0.78-r3.ebuild,v 1.2 2006/01/12 09:11:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r3.ebuild,v 1.3 2006/04/21 12:01:54 flameeyes Exp $ FORCE_SYSTEMAUTH_UPDATE="no" @@ -18,7 +18,6 @@ GLIB_VER="2.6.5" PAM_REDHAT_VER="0.78-3" HOMEPAGE="http://www.kernel.org/pub/linux/libs/pam/" -DESCRIPTION="Pluggable Authentication Modules" S="${WORKDIR}/Linux-PAM-${PV}" S2="${WORKDIR}/pam-${PV}-patches" @@ -55,6 +54,8 @@ PROVIDE="virtual/pam" #inherit needs to be after DEPEND definition to protect RDEPEND inherit toolchain-funcs eutils flag-o-matic gnuconfig pam +DESCRIPTION="Pluggable Authentication Modules" + apply_pam_patches() { local x= local y= |