diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-17 20:19:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-17 20:19:20 +0000 |
commit | 73687474f98b86c6b6fef9ce45d56eb6d5ce9385 (patch) | |
tree | 6d9579cdfbeeb189c0d1cb1cc53e379a1ea85cca /media-sound/libifp-module | |
parent | Stable on x86. (diff) | |
download | gentoo-2-73687474f98b86c6b6fef9ce45d56eb6d5ce9385.tar.gz gentoo-2-73687474f98b86c6b6fef9ce45d56eb6d5ce9385.tar.bz2 gentoo-2-73687474f98b86c6b6fef9ce45d56eb6d5ce9385.zip |
Added ~ppc64; bug #129409
(Portage version: 2.0.54)
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 9690126ca076..2ec279bf518d 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.5 2006/04/17 00:29:15 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/libifp-module/ChangeLog,v 1.6 2006/04/17 20:19:20 corsair Exp $ + + 17 Apr 2006; Markus Rothe <corsair@gentoo.org> + libifp-module-1.0.0.2.ebuild: + Added ~ppc64; bug #129409 16 Apr 2006; Stephanie Lockwood-Childs <wormo@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 963cbedec46b..d57392a12c8b 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.6 2006/04/17 00:29:15 wormo Exp $ +# $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 $ 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 ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/linux-sources" |