diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-23 21:44:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-23 21:44:34 +0000 |
commit | bb721dbb4679c3847e180b2674a95dab235950cf (patch) | |
tree | a12a11cbbbad360e2b519697034b1ffb20a596f3 /media-libs/libmpcdec | |
parent | amd64 stable, bug #282440 (diff) | |
download | gentoo-2-bb721dbb4679c3847e180b2674a95dab235950cf.tar.gz gentoo-2-bb721dbb4679c3847e180b2674a95dab235950cf.tar.bz2 gentoo-2-bb721dbb4679c3847e180b2674a95dab235950cf.zip |
revert previous commit, this breaks the deptree for other packages
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmpcdec')
-rw-r--r-- | media-libs/libmpcdec/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libmpcdec/ChangeLog b/media-libs/libmpcdec/ChangeLog index 594031d91c5d..2220b9a58f8c 100644 --- a/media-libs/libmpcdec/ChangeLog +++ b/media-libs/libmpcdec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmpcdec # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpcdec/ChangeLog,v 1.41 2009/09/23 14:10:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpcdec/ChangeLog,v 1.42 2009/09/23 21:44:34 aballier Exp $ + + 23 Sep 2009; Alexis Ballier <aballier@gentoo.org> + libmpcdec-1.2.6-r2.ebuild: + revert previous commit, this breaks the deptree for other packages 23 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> libmpcdec-1.2.6-r2.ebuild: diff --git a/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild b/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild index 6d3d1aad6898..c687d1d91ee8 100644 --- a/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild +++ b/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild,v 1.13 2009/09/23 14:10:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpcdec/libmpcdec-1.2.6-r2.ebuild,v 1.14 2009/09/23 21:44:34 aballier Exp $ EAPI=2 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://files.musepack.net/source/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha arm ia64 ~mips ppc ppc64 sh sparc" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="!media-sound/musepack-tools" |