diff options
author | 2002-12-09 04:33:21 +0000 | |
---|---|---|
committer | 2002-12-09 04:33:21 +0000 | |
commit | 37c97f840908dd57c60141bf7ab29a4e0f861ad9 (patch) | |
tree | ed20acc6fda6e2bdbbe0e6ffaef32a9cd2061768 /net-misc/linesrv | |
parent | removed old ebuild (diff) | |
download | gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.tar.gz gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.tar.bz2 gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'net-misc/linesrv')
-rw-r--r-- | net-misc/linesrv/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/linesrv/linesrv-2.1.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/linesrv/ChangeLog b/net-misc/linesrv/ChangeLog index aa7612791ada..8966ab2e62d5 100644 --- a/net-misc/linesrv/ChangeLog +++ b/net-misc/linesrv/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-misc/linesrv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/ChangeLog,v 1.3 2002/07/08 18:19:22 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/ChangeLog,v 1.4 2002/12/09 04:33:16 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *linesrv-2.1.6-r1 (3 May 2002) 08 Jul 2002; phoen][x <phoenix@gentoo.org> lineserv-2.1.6-r1.ebuild : diff --git a/net-misc/linesrv/linesrv-2.1.6-r1.ebuild b/net-misc/linesrv/linesrv-2.1.6-r1.ebuild index 771363cf7319..65cb924b0f2b 100644 --- a/net-misc/linesrv/linesrv-2.1.6-r1.ebuild +++ b/net-misc/linesrv/linesrv-2.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/linesrv-2.1.6-r1.ebuild,v 1.6 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/linesrv-2.1.6-r1.ebuild,v 1.7 2002/12/09 04:33:16 manson Exp $ IUSE="pam" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.75 )" RDEPEND="virtual/glibc net-www/apache" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " [ -z "$HTTPD_ROOT" ] && HTTPD_ROOT=/home/httpd |