diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 18:01:29 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 18:01:29 +0000 |
commit | 370639ece239374039f92ded236b046716225647 (patch) | |
tree | 42b4b92c00591ae662b94e72c568c9b71f59518f /app-admin/apg/apg-2.3.0b-r2.ebuild | |
parent | Version bump, closes #157000. (diff) | |
download | gentoo-2-370639ece239374039f92ded236b046716225647.tar.gz gentoo-2-370639ece239374039f92ded236b046716225647.tar.bz2 gentoo-2-370639ece239374039f92ded236b046716225647.zip |
* closing bug #157653
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'app-admin/apg/apg-2.3.0b-r2.ebuild')
-rw-r--r-- | app-admin/apg/apg-2.3.0b-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/apg/apg-2.3.0b-r2.ebuild b/app-admin/apg/apg-2.3.0b-r2.ebuild index 3cc98b0afdb0..01f0060d26b5 100644 --- a/app-admin/apg/apg-2.3.0b-r2.ebuild +++ b/app-admin/apg/apg-2.3.0b-r2.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/app-admin/apg/apg-2.3.0b-r2.ebuild,v 1.5 2006/11/17 17:34:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apg/apg-2.3.0b-r2.ebuild,v 1.6 2006/12/17 18:01:29 voxus Exp $ inherit eutils @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="amd64 hppa ppc ~sparc x86" IUSE="cracklib" -DEPEND="virtual/libc - cracklib? ( sys-libs/cracklib )" +DEPEND="cracklib? ( sys-libs/cracklib )" src_unpack() { - unpack ${A} - chmod -R +w ${S} + unpack "${A}" + chmod -R 0700 "${S}" cd ${S} if use cracklib; then epatch ${FILESDIR}/${P}-cracklib.patch |