diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 02:58:11 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 02:58:11 +0000 |
commit | ae7c17272e23506b18829be8104091d2ea981020 (patch) | |
tree | 163f62f0b1c8a5ef2ebea7a93155dd98fe68fd1b /app-admin/pam_dotfile | |
parent | added ~ppc64, bug #64245 (diff) | |
download | historical-ae7c17272e23506b18829be8104091d2ea981020.tar.gz historical-ae7c17272e23506b18829be8104091d2ea981020.tar.bz2 historical-ae7c17272e23506b18829be8104091d2ea981020.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'app-admin/pam_dotfile')
-rw-r--r-- | app-admin/pam_dotfile/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/pam_dotfile/pam_dotfile-0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/pam_dotfile/ChangeLog b/app-admin/pam_dotfile/ChangeLog index 5bf0701dfdd3..d562801679e7 100644 --- a/app-admin/pam_dotfile/ChangeLog +++ b/app-admin/pam_dotfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/pam_dotfile # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/ChangeLog,v 1.5 2004/09/04 23:17:00 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/ChangeLog,v 1.6 2004/10/05 02:58:11 pvdabeel Exp $ + + 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + pam_dotfile-0.7.ebuild: + Masked pam_dotfile-0.7.ebuild stable for ppc 05 Sep 2004; David Holm <dholm@gentoo.org> pam_dotfile-0.7.ebuild: Added to ~ppc. diff --git a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild index ff9fa38de32d..df15dbc0e2f6 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-2004 Gentoo Foundation # 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.10 2004/09/04 23:17:00 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.11 2004/10/05 02:58:11 pvdabeel Exp $ MY_P="${P/_beta/beta}" S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_ LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~ppc" +KEYWORDS="x86 amd64 ppc" IUSE="doc" DEPEND="doc? ( net-www/lynx ) >=sys-libs/pam-0.72" |