diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-03-04 13:09:49 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-03-04 13:09:49 +0000 |
commit | 399ce5ede2bb770114b93c89d4804dab68f22a06 (patch) | |
tree | cd86ec18f8fef8f468ef44febc25d434df2b9836 /net-dialup/fcdsl | |
parent | A few sparc and multilib fixes with the changing CHOST. Readded warning abou... (diff) | |
download | gentoo-2-399ce5ede2bb770114b93c89d4804dab68f22a06.tar.gz gentoo-2-399ce5ede2bb770114b93c89d4804dab68f22a06.tar.bz2 gentoo-2-399ce5ede2bb770114b93c89d4804dab68f22a06.zip |
2.6.20.7-r4 stable because of wolf31o2 for livecd and the severe problems described in bug 76832
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/fcdsl')
-rw-r--r-- | net-dialup/fcdsl/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fcdsl/fcdsl-2.6.20.7-r4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-dialup/fcdsl/ChangeLog b/net-dialup/fcdsl/ChangeLog index 2b4fbb3d2972..2aaec1946c39 100644 --- a/net-dialup/fcdsl/ChangeLog +++ b/net-dialup/fcdsl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/fcdsl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.10 2005/02/26 22:20:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.11 2005/03/04 13:09:49 genstef Exp $ + + 04 Mar 2005; Stefan Schweizer <genstef@gentoo.org> + fcdsl-2.6.20.7-r4.ebuild: + 2.6.20.7-r4 stable because of wolf31o2 for livecd and the severe problems + described in bug 76832 *fcdsl-2.6.20.7-r4 (26 Feb 2005) diff --git a/net-dialup/fcdsl/fcdsl-2.6.20.7-r4.ebuild b/net-dialup/fcdsl/fcdsl-2.6.20.7-r4.ebuild index 1cc6e59e15b2..f010799b171b 100644 --- a/net-dialup/fcdsl/fcdsl-2.6.20.7-r4.ebuild +++ b/net-dialup/fcdsl/fcdsl-2.6.20.7-r4.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/fcdsl/fcdsl-2.6.20.7-r4.ebuild,v 1.1 2005/02/26 22:20:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.20.7-r4.ebuild,v 1.2 2005/03/04 13:09:49 genstef Exp $ inherit linux-mod eutils @@ -19,7 +19,7 @@ for ((CARD=0; CARD < ${#FCDSL_SRC[*]}; CARD++)); do done LICENSE="LGPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" SLOT="0" S=${WORKDIR}/fritz |