diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-26 01:22:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-26 01:22:53 +0000 |
commit | 9524442e58ef6f2ae1aec854ab1647d2dd0d93e2 (patch) | |
tree | 94b97ff05d6d3826161b3312aedb05b9ef074b39 /media-libs/audiofile | |
parent | fix a typo in the last commit sorry (diff) | |
download | gentoo-2-9524442e58ef6f2ae1aec854ab1647d2dd0d93e2.tar.gz gentoo-2-9524442e58ef6f2ae1aec854ab1647d2dd0d93e2.tar.bz2 gentoo-2-9524442e58ef6f2ae1aec854ab1647d2dd0d93e2.zip |
Stable for HPPA (bug #327611).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-libs/audiofile')
-rw-r--r-- | media-libs/audiofile/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/audiofile/audiofile-0.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/audiofile/ChangeLog b/media-libs/audiofile/ChangeLog index 50c5720cbaac..885998d8de73 100644 --- a/media-libs/audiofile/ChangeLog +++ b/media-libs/audiofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/audiofile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.75 2010/07/12 17:28:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.76 2010/07/26 01:22:53 jer Exp $ + + 26 Jul 2010; Jeroen Roovers <jer@gentoo.org> audiofile-0.2.7.ebuild: + Stable for HPPA (bug #327611). 12 Jul 2010; Christian Faulhammer <fauli@gentoo.org> audiofile-0.2.7.ebuild: diff --git a/media-libs/audiofile/audiofile-0.2.7.ebuild b/media-libs/audiofile/audiofile-0.2.7.ebuild index 6016aa740b3d..4fa224966f1d 100644 --- a/media-libs/audiofile/audiofile-0.2.7.ebuild +++ b/media-libs/audiofile/audiofile-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.7.ebuild,v 1.5 2010/07/12 17:28:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.7.ebuild,v 1.6 2010/07/26 01:22:53 jer Exp $ EAPI=3 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.68k.org/~michael/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" src_prepare() { |