diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 17:23:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 17:23:51 +0000 |
commit | 78d6831b6c5a44e5ac6f47562609e1e792706de6 (patch) | |
tree | 8e068b4df9bf934a60520979bfe25ee415d6e2ed /x11-plugins/wmstickynotes | |
parent | Fixed slot deps (diff) | |
download | gentoo-2-78d6831b6c5a44e5ac6f47562609e1e792706de6.tar.gz gentoo-2-78d6831b6c5a44e5ac6f47562609e1e792706de6.tar.bz2 gentoo-2-78d6831b6c5a44e5ac6f47562609e1e792706de6.zip |
Fixed gtk+ dep
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmstickynotes')
-rw-r--r-- | x11-plugins/wmstickynotes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/wmstickynotes/ChangeLog b/x11-plugins/wmstickynotes/ChangeLog index fc9bbe2f09b5..990c5febd1cb 100644 --- a/x11-plugins/wmstickynotes/ChangeLog +++ b/x11-plugins/wmstickynotes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmstickynotes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.2 2010/06/02 06:53:37 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/ChangeLog,v 1.3 2011/03/28 17:23:51 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> wmstickynotes-0.1.ebuild: + Fixed gtk+ dep 02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove hncaldwell from metadata.xml (#230778) diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild index a6672d187825..cf31a21c8c34 100644 --- a/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 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/wmstickynotes/wmstickynotes-0.1.ebuild,v 1.1 2009/02/21 19:05:36 hncaldwell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmstickynotes/wmstickynotes-0.1.ebuild,v 1.2 2011/03/28 17:23:51 angelos Exp $ + +EAPI=3 DESCRIPTION="A dockapp for keeping small notes around on the desktop." HOMEPAGE="http://wmstickynotes.sourceforge.net/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="x11-libs/gtk+" +DEPEND="x11-libs/gtk+:2" RDEPEND="${DEPEND}" src_install() { |