diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-02 23:02:59 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-02 23:02:59 +0000 |
commit | 4f04de52386b7318945c104f14d839eb05945351 (patch) | |
tree | fac320bad7b615a1711a2028609fbf3b5e438275 /net-ftp/ftpbase | |
parent | Marked -amd64 as this segfaults consistently on amd64, please see bug 106901 ... (diff) | |
download | historical-4f04de52386b7318945c104f14d839eb05945351.tar.gz historical-4f04de52386b7318945c104f14d839eb05945351.tar.bz2 historical-4f04de52386b7318945c104f14d839eb05945351.zip |
Stable on sh.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-ftp/ftpbase')
-rw-r--r-- | net-ftp/ftpbase/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpbase/ftpbase-0.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/ftpbase/ChangeLog b/net-ftp/ftpbase/ChangeLog index 2b63d60052c0..1e78ed4edcbc 100644 --- a/net-ftp/ftpbase/ChangeLog +++ b/net-ftp/ftpbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpbase # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.8 2005/08/23 13:26:43 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.9 2005/10/02 23:01:56 matsuu Exp $ + + 02 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> ftpbase-0.00.ebuild: + Stable on sh. 23 Aug 2005; Roy Marples <uberlord@gentoo.org> ftpbase-0.00.ebuild: Changed default shell from /bin/false to -1 so enewuser can pick the diff --git a/net-ftp/ftpbase/ftpbase-0.00.ebuild b/net-ftp/ftpbase/ftpbase-0.00.ebuild index 8e00caed013d..512dbb40987e 100644 --- a/net-ftp/ftpbase/ftpbase-0.00.ebuild +++ b/net-ftp/ftpbase/ftpbase-0.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.10 2005/09/04 06:06:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.11 2005/10/02 23:01:56 matsuu Exp $ inherit eutils pam @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="pam" DEPEND="pam? ( || ( virtual/pam sys-libs/pam ) ) |