diff options
author | 2006-10-11 19:40:21 +0000 | |
---|---|---|
committer | 2006-10-11 19:40:21 +0000 | |
commit | d807a72ca64d2fd522a11b8c0e0f4df92b4dad85 (patch) | |
tree | da24de1215f27e44f85c1061c87a894d6e9afc17 /media-libs/libmpeg3 | |
parent | Stable on ppc64; bug #150675 (diff) | |
download | gentoo-2-d807a72ca64d2fd522a11b8c0e0f4df92b4dad85.tar.gz gentoo-2-d807a72ca64d2fd522a11b8c0e0f4df92b4dad85.tar.bz2 gentoo-2-d807a72ca64d2fd522a11b8c0e0f4df92b4dad85.zip |
Added ~ppc64; bug #150799
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-libs/libmpeg3')
-rw-r--r-- | media-libs/libmpeg3/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libmpeg3/ChangeLog b/media-libs/libmpeg3/ChangeLog index 8b7ec9aa2de6..087d7b0699b4 100644 --- a/media-libs/libmpeg3/ChangeLog +++ b/media-libs/libmpeg3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmpeg3 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.50 2006/10/10 18:41:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.51 2006/10/11 19:40:21 corsair Exp $ + + 11 Oct 2006; Markus Rothe <corsair@gentoo.org> libmpeg3-1.7.ebuild: + Added ~ppc64; bug #150799 *libmpeg3-1.7 (10 Oct 2006) diff --git a/media-libs/libmpeg3/libmpeg3-1.7.ebuild b/media-libs/libmpeg3/libmpeg3-1.7.ebuild index d009329e6365..9fd67cba43c9 100644 --- a/media-libs/libmpeg3/libmpeg3-1.7.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.7.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-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.1 2006/10/10 18:41:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.2 2006/10/11 19:40:21 corsair Exp $ inherit eutils autotools toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="mmx" RDEPEND="sys-libs/zlib |