diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-26 14:44:01 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-26 14:44:01 +0000 |
commit | d0ae60b379028d5766841c305ecdafdb614627b4 (patch) | |
tree | 2d803135bc7b1c9545a269b7568cb5d293d11986 /x11-plugins/wmMatrix | |
parent | stable amd64, bug 229559 (diff) | |
download | gentoo-2-d0ae60b379028d5766841c305ecdafdb614627b4.tar.gz gentoo-2-d0ae60b379028d5766841c305ecdafdb614627b4.tar.bz2 gentoo-2-d0ae60b379028d5766841c305ecdafdb614627b4.zip |
Add missing dep on xscreensaver and mark amd64 stable, bug #229577.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64)
Diffstat (limited to 'x11-plugins/wmMatrix')
-rw-r--r-- | x11-plugins/wmMatrix/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 10 |
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() { |