diff options
author | David Holm <dholm@gentoo.org> | 2005-07-18 11:52:57 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-18 11:52:57 +0000 |
commit | dbfb7bc94c9fe440fe3614dabd24a442296681f0 (patch) | |
tree | dc050e716af819170b70ea7c87c5c4f44cce75b1 /net-dialup | |
parent | style fixes (diff) | |
download | gentoo-2-dbfb7bc94c9fe440fe3614dabd24a442296681f0.tar.gz gentoo-2-dbfb7bc94c9fe440fe3614dabd24a442296681f0.tar.bz2 gentoo-2-dbfb7bc94c9fe440fe3614dabd24a442296681f0.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/linesrv/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/linesrv/ChangeLog b/net-dialup/linesrv/ChangeLog index 6976e833b68b..ef7e69b2869f 100644 --- a/net-dialup/linesrv/ChangeLog +++ b/net-dialup/linesrv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/linesrv # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.7 2005/07/17 12:40:59 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.8 2005/07/18 11:51:18 dholm Exp $ + + 18 Jul 2005; David Holm <dholm@gentoo.org> linesrv-2.1.21-r1.ebuild: + Added to ~ppc. *linesrv-2.1.21-r1 (17 Jul 2005) diff --git a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild index 8a41f22e9dfc..500057fdaa72 100644 --- a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild +++ b/net-dialup/linesrv/linesrv-2.1.21-r1.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-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.1 2005/07/17 12:40:59 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.2 2005/07/18 11:51:18 dholm Exp $ inherit webapp flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://linecontrol.srf.ch/down/${P}.src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" # if someone disables pam but wants user authentication # to be supported, then crypt is needed. IUSE="pam mysql crypt" |