diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-11-01 23:52:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-11-01 23:52:07 +0000 |
commit | bdf08429471f20343faff8c74bee0109ee3051db (patch) | |
tree | 81c7110e8f78f9f7931aa28e55d9d115e8972907 /xfce-base/xfwm4 | |
parent | Version bump. (diff) | |
download | gentoo-2-bdf08429471f20343faff8c74bee0109ee3051db.tar.gz gentoo-2-bdf08429471f20343faff8c74bee0109ee3051db.tar.bz2 gentoo-2-bdf08429471f20343faff8c74bee0109ee3051db.zip |
Enable xcomposite by default
(Portage version: 2.1.7.2/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfwm4')
-rw-r--r-- | xfce-base/xfwm4/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfwm4/xfwm4-4.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog index 5eb2291fb376..9b287b3b4485 100644 --- a/xfce-base/xfwm4/ChangeLog +++ b/xfce-base/xfwm4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfwm4 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.139 2009/10/05 21:26:06 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.140 2009/11/01 23:52:07 angelos Exp $ + + 01 Nov 2009; Christoph Mende <angelos@gentoo.org> xfwm4-4.6.1.ebuild: + Enable xcomposite by default 05 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfwm4-4.6.1.ebuild: Port Gentoo Prefix ebuild to gentoo-x86 diff --git a/xfce-base/xfwm4/xfwm4-4.6.1.ebuild b/xfce-base/xfwm4/xfwm4-4.6.1.ebuild index 0034a090b528..65117883eb2b 100644 --- a/xfce-base/xfwm4/xfwm4-4.6.1.ebuild +++ b/xfce-base/xfwm4/xfwm4-4.6.1.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/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.11 2009/10/05 21:26:06 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.1.ebuild,v 1.12 2009/11/01 23:52:07 angelos Exp $ EAPI=2 inherit xfconf @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xfce.org/projects/xfwm4/" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug startup-notification xcomposite" +IUSE="debug startup-notification +xcomposite" RDEPEND=">=dev-libs/glib-2.10:2 >=x11-libs/gtk+-2.10:2 |