diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-09-15 19:41:14 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-09-15 19:41:14 +0000 |
commit | 72f3750ec51b2171b7a3dd1b36a81d2b27a7f68f (patch) | |
tree | f43b64b8d19b9bcbf07e6d25577d214fa712a910 /media-video | |
parent | Cleanup (diff) | |
download | gentoo-2-72f3750ec51b2171b7a3dd1b36a81d2b27a7f68f.tar.gz gentoo-2-72f3750ec51b2171b7a3dd1b36a81d2b27a7f68f.tar.bz2 gentoo-2-72f3750ec51b2171b7a3dd1b36a81d2b27a7f68f.zip |
Stable on alpha, bug #236618
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.1 x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/smplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-0.6.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/smplayer/ChangeLog b/media-video/smplayer/ChangeLog index a8d27d0de84b..c82376553e4a 100644 --- a/media-video/smplayer/ChangeLog +++ b/media-video/smplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/smplayer # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.35 2008/09/06 15:29:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.36 2008/09/15 19:41:14 klausman Exp $ + + 15 Sep 2008; Tobias Klausmann <klausman@gentoo.org> + smplayer-0.6.1-r1.ebuild: + Stable on alpha, bug #236618 06 Sep 2008; Raúl Porcel <armin76@gentoo.org> smplayer-0.6.1-r1.ebuild: x86 stable wrt #236618 diff --git a/media-video/smplayer/smplayer-0.6.1-r1.ebuild b/media-video/smplayer/smplayer-0.6.1-r1.ebuild index 18962e68c3a9..2c47cf17cb15 100644 --- a/media-video/smplayer/smplayer-0.6.1-r1.ebuild +++ b/media-video/smplayer/smplayer-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.1-r1.ebuild,v 1.6 2008/09/06 15:29:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.1-r1.ebuild,v 1.7 2008/09/15 19:41:14 klausman Exp $ EAPI="1" 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="" DEPEND="|| ( x11-libs/qt-gui:4 >=x11-libs/qt-4.3:4 )" |