diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-07-04 08:30:49 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-07-04 08:30:49 +0000 |
commit | fbf3672e3cada05ffc5127b34a3e7eecd4e7a00d (patch) | |
tree | 2bb3a99b29a8e3a848f7b9591f7721419ec4d3cc /media-sound/libifp-module | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | gentoo-2-fbf3672e3cada05ffc5127b34a3e7eecd4e7a00d.tar.gz gentoo-2-fbf3672e3cada05ffc5127b34a3e7eecd4e7a00d.tar.bz2 gentoo-2-fbf3672e3cada05ffc5127b34a3e7eecd4e7a00d.zip |
Stable on ppc64; bug #139095
(Portage version: 2.1-r1)
Diffstat (limited to 'media-sound/libifp-module')
-rw-r--r-- | media-sound/libifp-module/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/libifp-module/libifp-module-1.0.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/libifp-module/ChangeLog b/media-sound/libifp-module/ChangeLog index 2ec279bf518d..a5a94e316bfe 100644 --- a/media-sound/libifp-module/ChangeLog +++ b/media-sound/libifp-module/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/libifp-module # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/ChangeLog,v 1.6 2006/04/17 20:19:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/ChangeLog,v 1.7 2006/07/04 08:30:49 corsair Exp $ + + 04 Jul 2006; Markus Rothe <corsair@gentoo.org> + libifp-module-1.0.0.2.ebuild: + Stable on ppc64; bug #139095 17 Apr 2006; Markus Rothe <corsair@gentoo.org> libifp-module-1.0.0.2.ebuild: diff --git a/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild b/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild index d57392a12c8b..dcae28ec8c7e 100644 --- a/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild +++ b/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild,v 1.7 2006/04/17 20:19:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/libifp-module-1.0.0.2.ebuild,v 1.8 2006/07/04 08:30:49 corsair Exp $ inherit linux-mod @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ifp-driver/libifp-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~x86" IUSE="" DEPEND="virtual/linux-sources" |