diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-18 20:34:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-18 20:34:46 +0000 |
commit | 2c46bda420ed3de5e89741e32942a12fafc3f7c9 (patch) | |
tree | e2f2c76008ba9f38107702831564086c36136ebd /net-misc | |
parent | We don't need all of gnome-python-desktop - Now that the split packages are a... (diff) | |
download | gentoo-2-2c46bda420ed3de5e89741e32942a12fafc3f7c9.tar.gz gentoo-2-2c46bda420ed3de5e89741e32942a12fafc3f7c9.tar.bz2 gentoo-2-2c46bda420ed3de5e89741e32942a12fafc3f7c9.zip |
x86 stable wrt #237251
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ksb26/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ksb26/ksb26-0.0.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/ksb26/ChangeLog b/net-misc/ksb26/ChangeLog index 04fc3d7c1219..d86ba2ac96ba 100644 --- a/net-misc/ksb26/ChangeLog +++ b/net-misc/ksb26/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ksb26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ksb26/ChangeLog,v 1.8 2008/09/15 07:30:28 s4t4n Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksb26/ChangeLog,v 1.9 2008/09/18 20:34:46 armin76 Exp $ + + 18 Sep 2008; Raúl Porcel <armin76@gentoo.org> ksb26-0.0.4.ebuild: + x86 stable wrt #237251 15 Sep 2008; Michele Noberasco <s4t4n@gentoo.org> ksb26-0.0.4.ebuild: Added patch to fix compilation with recent kernels. Closes bug #237251. diff --git a/net-misc/ksb26/ksb26-0.0.4.ebuild b/net-misc/ksb26/ksb26-0.0.4.ebuild index 16f60236621e..f8369548c497 100644 --- a/net-misc/ksb26/ksb26-0.0.4.ebuild +++ b/net-misc/ksb26/ksb26-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ksb26/ksb26-0.0.4.ebuild,v 1.2 2008/09/15 07:30:28 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksb26/ksb26-0.0.4.ebuild,v 1.3 2008/09/18 20:34:46 armin76 Exp $ inherit linux-mod @@ -9,7 +9,7 @@ HOMEPAGE="http://ksb.sourceforge.net/" SRC_URI="mirror://sourceforge/ksb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="" S=${WORKDIR}/${PN} |