diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 10:42:06 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 10:42:06 +0000 |
commit | 5094b375ea475966de6c147998c599b09396a623 (patch) | |
tree | 8e592b5c0958fca08ae5823861e0f0ceb6b12718 /app-admin/pam_dotfile/pam_dotfile-0.7.ebuild | |
parent | a README for setting up the clamav-milter :) (diff) | |
download | historical-5094b375ea475966de6c147998c599b09396a623.tar.gz historical-5094b375ea475966de6c147998c599b09396a623.tar.bz2 historical-5094b375ea475966de6c147998c599b09396a623.zip |
x86 unmask
Diffstat (limited to 'app-admin/pam_dotfile/pam_dotfile-0.7.ebuild')
-rw-r--r-- | app-admin/pam_dotfile/pam_dotfile-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild index 0c0c50ba5b01..3f948829dbaf 100644 --- a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild +++ b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.1 2003/09/24 23:05:09 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.2 2003/10/27 10:36:15 aliz Exp $ DESCRIPTION="pam_dotfile is a module for pam to allow password-storing in \$HOME/dotfiles" HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/" @@ -11,7 +11,7 @@ SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_ DEPEND=">=sys-libs/pam-0.72" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" src_install() { make -C src DESTDIR=${D} install |