diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2008-02-01 14:07:58 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2008-02-01 14:07:58 +0000 |
commit | 47c13c0eb1daf2d44254c4c55afe5d99900a92e0 (patch) | |
tree | 1509227c26761b4dc3bbbe9f76954eb2b8b6d274 /x11-plugins/wmmsg | |
parent | alpha/ia64/sparc stable wrt #206502 (diff) | |
download | gentoo-2-47c13c0eb1daf2d44254c4c55afe5d99900a92e0.tar.gz gentoo-2-47c13c0eb1daf2d44254c4c55afe5d99900a92e0.tar.bz2 gentoo-2-47c13c0eb1daf2d44254c4c55afe5d99900a92e0.zip |
Removed RDEPEND since it was equal to DEPEND.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index 8572ecc62c27..ef26be205307 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmsg # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.11 2008/01/12 00:38:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.12 2008/02/01 14:07:58 s4t4n Exp $ + + 01 Feb 2008; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild: + Removed RDEPEND as it is equal to DEPEND. 12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org> wmmsg-1.0.ebuild: Add libXpm to deps (#204539), change HOMEPAGE, SRC_URI, remove redundant diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index 29d84498b9ea..1380029589d7 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.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/wmmsg/wmmsg-1.0.ebuild,v 1.12 2008/01/12 00:38:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.13 2008/02/01 14:07:58 s4t4n Exp $ DESCRIPTION="a dockapp that informs of new events, such as incoming chat messages, by displaying related icons and arrival times" HOMEPAGE="http://swapspace.net/~matt/wmmsg/" @@ -13,7 +13,6 @@ IUSE="" DEPEND="=x11-libs/gtk+-1.2* media-libs/imlib2 x11-libs/libXpm" -RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |