diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-11 20:30:26 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-11 20:30:26 +0000 |
commit | 618c1c0d7d52395b71cef60b5e755f7a422a3a54 (patch) | |
tree | 44c4836d1fa6ea7dd3cefb291b31847aa92b0a3d /x11-plugins/wmpager | |
parent | inkscape bump (diff) | |
download | gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.tar.gz gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.tar.bz2 gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.zip |
Put X11 stuff in DEPEND too, you need it during compilation, thanks to Patrick Lauer in bug #150653
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmpager')
-rw-r--r-- | x11-plugins/wmpager/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmpager/wmpager-1.2-r1.ebuild | 19 |
2 files changed, 17 insertions, 8 deletions
diff --git a/x11-plugins/wmpager/ChangeLog b/x11-plugins/wmpager/ChangeLog index 17c483a05cde..6081296c835b 100644 --- a/x11-plugins/wmpager/ChangeLog +++ b/x11-plugins/wmpager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmpager # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/ChangeLog,v 1.8 2006/05/03 00:55:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/ChangeLog,v 1.9 2006/10/11 20:30:26 grobian Exp $ + + 11 Oct 2006; Fabian Groffen <grobian@gentoo.org> wmpager-1.2-r1.ebuild: + Put X11 stuff in DEPEND too, you need it during compilation, thanks to + Patrick Lauer in bug #150653 03 May 2006; Jason Wever <weeve@gentoo.org> wmpager-1.2-r1.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild b/x11-plugins/wmpager/wmpager-1.2-r1.ebuild index b26e2f1d742f..19f9b3b3f425 100644 --- a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild +++ b/x11-plugins/wmpager/wmpager-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/wmpager-1.2-r1.ebuild,v 1.9 2006/05/03 00:55:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/wmpager-1.2-r1.ebuild,v 1.10 2006/10/11 20:30:26 grobian Exp $ IUSE="" DESCRIPTION="A simple pager docklet for the WindowMaker window manager." @@ -11,13 +11,18 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ~sparc x86" -DEPEND=">=sys-apps/sed-4" - +DEPEND=">=sys-apps/sed-4 + || ( ( + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext ) + virtual/x11 ) + virtual/libc" RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext ) + virtual/x11 ) virtual/libc" src_compile() { |