diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-07-06 10:04:25 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-07-06 10:04:25 +0000 |
commit | 14c0a4772636d9c39cf80dda44e39bd207ef309a (patch) | |
tree | d218e0f8ae21435f1adcd5e065408534fbda588b /media-video/helixplayer | |
parent | filter -fvisibility=hidden CXXFLAG (#77033) (diff) | |
download | gentoo-2-14c0a4772636d9c39cf80dda44e39bd207ef309a.tar.gz gentoo-2-14c0a4772636d9c39cf80dda44e39bd207ef309a.tar.bz2 gentoo-2-14c0a4772636d9c39cf80dda44e39bd207ef309a.zip |
Marking ~x86 as per bug #96923
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-video/helixplayer')
-rw-r--r-- | media-video/helixplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/helixplayer/helixplayer-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/helixplayer/ChangeLog b/media-video/helixplayer/ChangeLog index 234ffa373c17..4ea41035a7a3 100644 --- a/media-video/helixplayer/ChangeLog +++ b/media-video/helixplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/helixplayer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.12 2005/06/24 22:08:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.13 2005/07/06 10:04:25 johnm Exp $ + + 06 Jul 2005; John Mylchreest <johnm@gentoo.org> helixplayer-1.0.5.ebuild: + Marking ~x86 as per bug #96923 *helixplayer-1.0.5 (24 Jun 2005) diff --git a/media-video/helixplayer/helixplayer-1.0.5.ebuild b/media-video/helixplayer/helixplayer-1.0.5.ebuild index adb198620785..eb0f612bb928 100644 --- a/media-video/helixplayer/helixplayer-1.0.5.ebuild +++ b/media-video/helixplayer/helixplayer-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.5.ebuild,v 1.1 2005/06/24 22:08:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.5.ebuild,v 1.2 2005/07/06 10:04:25 johnm Exp $ inherit nsplugins eutils @@ -15,7 +15,7 @@ SRC_URI="https://helixcommunity.org/download.php/1340/${MY_PKG}.tar.bz2 LICENSE="GPL-2" SLOT="0" # -sparc -amd64: 1.0_beta1: build fails on both platforms... --eradicator -KEYWORDS="-*" +KEYWORDS="~x86" IUSE="mozilla nptl" DEPEND="media-libs/libtheora media-libs/libogg" |