diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-06-19 20:19:57 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-06-19 20:19:57 +0000 |
commit | 38ee52b53373eb02ab3c481e1a1b77f01b839224 (patch) | |
tree | 758f3584f2e8e3dab0478b51a94200a5b19c425c /x11-wm/matchbox | |
parent | Initial import. Ebuild by Paul Bredbury <brebs@sent.com>. Closing bug #136157. (diff) | |
download | gentoo-2-38ee52b53373eb02ab3c481e1a1b77f01b839224.tar.gz gentoo-2-38ee52b53373eb02ab3c481e1a1b77f01b839224.tar.bz2 gentoo-2-38ee52b53373eb02ab3c481e1a1b77f01b839224.zip |
Removed xine USE flag until x11-plugins/matchbox-desktop-xine is ready, bug #137057.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'x11-wm/matchbox')
-rw-r--r-- | x11-wm/matchbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/matchbox/matchbox-1.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog index d60b671aee19..3a428405b0a2 100644 --- a/x11-wm/matchbox/ChangeLog +++ b/x11-wm/matchbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/matchbox # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.10 2006/06/04 22:08:57 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.11 2006/06/19 20:19:57 yvasilev Exp $ + + 19 Jun 2006; <yvasilev@gentoo.org> matchbox-1.0.ebuild: + Removed xine USE flag until x11-plugins/matchbox-desktop-xine is ready, bug + #137057. *matchbox-1.0 (04 Jun 2006) diff --git a/x11-wm/matchbox/matchbox-1.0.ebuild b/x11-wm/matchbox/matchbox-1.0.ebuild index 2cf0b1f2fcda..95d6c1d884ef 100644 --- a/x11-wm/matchbox/matchbox-1.0.ebuild +++ b/x11-wm/matchbox/matchbox-1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-1.0.ebuild,v 1.1 2006/06/04 22:08:57 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-1.0.ebuild,v 1.2 2006/06/19 20:19:57 yvasilev Exp $ DESCRIPTION="Meta package for the Matchbox desktop, a light weight desktop environment designed for use on PDA computers" HOMEPAGE="http://projects.o-hand.com/matchbox/" LICENSE="as-is" SLOT="0" -IUSE="minimal xine" +IUSE="minimal" # when unmasking for an arch # double check none of the deps are still masked ! @@ -24,6 +24,7 @@ RDEPEND="x11-wm/matchbox-common x11-plugins/matchbox-applet-volume )" # Alpha quality plug-ins: +#IUSE="$IUSE xine" # x11-plugins/matchbox-desktop-image-browser # xine? ( x11-plugins/matchbox-desktop-xine ) )" |