diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:34:15 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:34:15 +0000 |
commit | cdebd5c04bda2060884ffc770fab899087f66cb4 (patch) | |
tree | 9b4d2cb0c17eef384da76350e1fd1fab08c14f28 /rox-base | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-cdebd5c04bda2060884ffc770fab899087f66cb4.tar.gz gentoo-2-cdebd5c04bda2060884ffc770fab899087f66cb4.tar.bz2 gentoo-2-cdebd5c04bda2060884ffc770fab899087f66cb4.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'rox-base')
-rw-r--r-- | rox-base/tasklist/ChangeLog | 7 | ||||
-rw-r--r-- | rox-base/tasklist/tasklist-0.5.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/rox-base/tasklist/ChangeLog b/rox-base/tasklist/ChangeLog index 701502d73cd2..0f5d8a3df8a7 100644 --- a/rox-base/tasklist/ChangeLog +++ b/rox-base/tasklist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-base/tasklist -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/tasklist/ChangeLog,v 1.5 2009/05/31 13:27:55 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/tasklist/ChangeLog,v 1.6 2011/03/21 22:34:15 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> tasklist-0.5.ebuild: + Fix slot-deps on gnome libs 31 May 2009; nixnut <nixnut@gentoo.org> tasklist-0.5.ebuild: ppc stable #270738 diff --git a/rox-base/tasklist/tasklist-0.5.ebuild b/rox-base/tasklist/tasklist-0.5.ebuild index 039d5e4eca54..f706693fe4b8 100644 --- a/rox-base/tasklist/tasklist-0.5.ebuild +++ b/rox-base/tasklist/tasklist-0.5.ebuild @@ -1,7 +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/rox-base/tasklist/tasklist-0.5.ebuild,v 1.5 2009/05/31 13:27:55 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/tasklist/tasklist-0.5.ebuild,v 1.6 2011/03/21 22:34:15 nirbheek Exp $ +EAPI="1" ROX_CLIB_VER=2.1.10 inherit rox-0install @@ -10,7 +11,7 @@ DESCRIPTION="Tasklist is a ROX applet which shows a list of running applications HOMEPAGE="http://rox.sourceforge.net/phpwiki/index.php/Tasklist" SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" -DEPEND="x11-libs/libwnck" +DEPEND="x11-libs/libwnck:1" LICENSE="GPL-2" SLOT="0" |