summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-02 22:11:54 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-02 22:11:54 +0000
commit81ce7a7f5c0ae161a77c4fdefb6421e3654e4618 (patch)
tree9edd4782485ee858718e86fce442dd4a7f622161 /x11-plugins/wmweather+
parentAdd missing zlib dependency. Stable on amd64. Bug #391517 (diff)
downloadgentoo-2-81ce7a7f5c0ae161a77c4fdefb6421e3654e4618.tar.gz
gentoo-2-81ce7a7f5c0ae161a77c4fdefb6421e3654e4618.tar.bz2
gentoo-2-81ce7a7f5c0ae161a77c4fdefb6421e3654e4618.zip
add missing dependencies. stable on amd64. bug #391527
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r--x11-plugins/wmweather+/ChangeLog5
-rw-r--r--x11-plugins/wmweather+/wmweather+-2.11.ebuild12
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog
index f26b849068fb..4d566995387e 100644
--- a/x11-plugins/wmweather+/ChangeLog
+++ b/x11-plugins/wmweather+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmweather+
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.23 2011/05/02 14:53:11 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.24 2011/12/02 22:11:54 hwoarang Exp $
+
+ 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> wmweather+-2.11.ebuild:
+ add missing dependencies. stable on amd64. bug #391527
02 May 2011; Mark Loeser <halcy0n@gentoo.org> wmweather+-2.9.ebuild:
Revert to ~ppc64 since there are no stable versions of windowmaker
diff --git a/x11-plugins/wmweather+/wmweather+-2.11.ebuild b/x11-plugins/wmweather+/wmweather+-2.11.ebuild
index cd5e52b8ef02..384492983d43 100644
--- a/x11-plugins/wmweather+/wmweather+-2.11.ebuild
+++ b/x11-plugins/wmweather+/wmweather+-2.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.11.ebuild,v 1.1 2008/07/09 09:24:52 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.11.ebuild,v 1.2 2011/12/02 22:11:54 hwoarang Exp $
inherit flag-o-matic
@@ -11,12 +11,16 @@ SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
DEPEND="x11-wm/windowmaker
dev-libs/libpcre
>=net-misc/curl-7.17.1
- x11-libs/libXpm"
+ x11-libs/libXpm
+ x11-libs/libXext
+ x11-libs/libX11"
+
+RDEPEND="${DEPEND}"
src_compile() {
append-flags "-fno-optimize-sibling-calls"