diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-01-10 17:45:36 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-01-10 17:45:36 +0000 |
commit | 07baea8a24c9661a99986c14155d1d6df77036b4 (patch) | |
tree | 1479689b57d8be3386c1f6c361f9125b5afa5dc9 /media-video/smplayer | |
parent | I removed virtual/libc from depend and set rdepend correctly. (diff) | |
download | gentoo-2-07baea8a24c9661a99986c14155d1d6df77036b4.tar.gz gentoo-2-07baea8a24c9661a99986c14155d1d6df77036b4.tar.bz2 gentoo-2-07baea8a24c9661a99986c14155d1d6df77036b4.zip |
Stable on alpha, bug #253077
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-video/smplayer')
-rw-r--r-- | media-video/smplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-0.6.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/smplayer/ChangeLog b/media-video/smplayer/ChangeLog index dc88c0132cf6..8d3eda3461ee 100644 --- a/media-video/smplayer/ChangeLog +++ b/media-video/smplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/smplayer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.55 2009/01/08 01:20:41 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.56 2009/01/10 17:45:36 klausman Exp $ + + 10 Jan 2009; Tobias Klausmann <klausman@gentoo.org> + smplayer-0.6.5-r1.ebuild: + Stable on alpha, bug #253077 08 Jan 2009; Ben de Groot <yngwin@gentoo.org> smplayer-0.6.5-r1.ebuild, smplayer-0.6.5.1.ebuild: diff --git a/media-video/smplayer/smplayer-0.6.5-r1.ebuild b/media-video/smplayer/smplayer-0.6.5-r1.ebuild index 4d8f0941cdfb..0eb1df1b0aa6 100644 --- a/media-video/smplayer/smplayer-0.6.5-r1.ebuild +++ b/media-video/smplayer/smplayer-0.6.5-r1.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-video/smplayer/smplayer-0.6.5-r1.ebuild,v 1.5 2009/01/08 19:31:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.5-r1.ebuild,v 1.6 2009/01/10 17:45:36 klausman Exp $ EAPI=2 inherit eutils qt4 @@ -10,7 +10,7 @@ HOMEPAGE="http://smplayer.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )" |