diff options
author | 2008-09-15 09:04:50 +0000 | |
---|---|---|
committer | 2008-09-15 09:04:50 +0000 | |
commit | 07e18eae41ddf103467aea7d38dc229fd7073cb4 (patch) | |
tree | 7ab4693f512b9a60990968f1df64dd15d7ee729a /x11-wm | |
parent | Limit gnustep-gui-0.12 to gnustep-base-1.14, it does not work with newer 1.16 (diff) | |
download | gentoo-2-07e18eae41ddf103467aea7d38dc229fd7073cb4.tar.gz gentoo-2-07e18eae41ddf103467aea7d38dc229fd7073cb4.tar.bz2 gentoo-2-07e18eae41ddf103467aea7d38dc229fd7073cb4.zip |
Added gtk+ dependency, thanks to the Evil Compile Person, bug #227579.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aewm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/aewm/aewm-1.2.7.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/aewm/ChangeLog b/x11-wm/aewm/ChangeLog index 74b9d4d16415..e297bf68079c 100644 --- a/x11-wm/aewm/ChangeLog +++ b/x11-wm/aewm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/aewm # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/ChangeLog,v 1.22 2008/01/06 08:35:53 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/ChangeLog,v 1.23 2008/09/15 09:04:50 coldwind Exp $ + + 15 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> aewm-1.2.7.ebuild: + Added gtk+ dependency, thanks to the Evil Compile Person, bug #227579. 06 Jan 2008; David Shakaryan <omp@gentoo.org> aewm-1.2.7.ebuild: Add dev-util/pkgconfig to DEPEND. (bug #204464) diff --git a/x11-wm/aewm/aewm-1.2.7.ebuild b/x11-wm/aewm/aewm-1.2.7.ebuild index 9ddbd9a8022b..f415b7e640ca 100644 --- a/x11-wm/aewm/aewm-1.2.7.ebuild +++ b/x11-wm/aewm/aewm-1.2.7.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/x11-wm/aewm/aewm-1.2.7.ebuild,v 1.7 2008/01/06 08:35:53 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/aewm-1.2.7.ebuild,v 1.8 2008/09/15 09:04:50 coldwind Exp $ DESCRIPTION="A minimalistic X11 window manager." HOMEPAGE="http://www.red-bean.com/~decklin/software/aewm/" @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" -RDEPEND="x11-libs/libX11 +RDEPEND=" + >=x11-libs/gtk+-2 + x11-libs/libX11 x11-libs/libXt x11-libs/libXaw x11-libs/libXft |