summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-06-26 14:44:01 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-06-26 14:44:01 +0000
commite4bb82c13bceed2d173dbae1abcdc9026af1e106 (patch)
treec06e313335d15c59abdebd9607a56eaaf0aafdc0 /x11-plugins/wmMatrix
parentstable amd64, bug 229559 (diff)
downloadhistorical-e4bb82c13bceed2d173dbae1abcdc9026af1e106.tar.gz
historical-e4bb82c13bceed2d173dbae1abcdc9026af1e106.tar.bz2
historical-e4bb82c13bceed2d173dbae1abcdc9026af1e106.zip
Add missing dep on xscreensaver and mark amd64 stable, bug #229577.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64
Diffstat (limited to 'x11-plugins/wmMatrix')
-rw-r--r--x11-plugins/wmMatrix/ChangeLog8
-rw-r--r--x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild10
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-plugins/wmMatrix/ChangeLog b/x11-plugins/wmMatrix/ChangeLog
index 01a9b222e465..edba0214cca8 100644
--- a/x11-plugins/wmMatrix/ChangeLog
+++ b/x11-plugins/wmMatrix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmMatrix
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.13 2008/01/28 13:57:14 s4t4n Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.14 2008/06/26 14:44:01 coldwind Exp $
+
+ 26 Jun 2008; Santiago M. Mola <coldwind@gentoo.org>
+ wmMatrix-0.2-r1.ebuild:
+ Add missing dep on xscreensaver and mark amd64 stable, bug #229577.
*wmMatrix-0.2-r1 (28 Jan 2008)
diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
index 5e1bf82f476f..360f53cd237e 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.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-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild,v 1.1 2008/01/28 13:57:14 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild,v 1.2 2008/06/26 14:44:01 coldwind Exp $
inherit eutils toolchain-funcs multilib
@@ -8,16 +8,18 @@ DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatr
SRC_URI="http://www.dockapps.org/download.php/id/17/${P}.tar.gz"
HOMEPAGE="http://www.dockapps.org/file.php/id/10"
-RDEPEND="x11-libs/libX11
+CDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
x11-proto/xproto
x11-proto/xextproto"
+RDEPEND="${CDEPEND}
+ x11-misc/xscreensaver"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
src_unpack() {