diff options
author | 2003-10-06 06:57:24 +0000 | |
---|---|---|
committer | 2003-10-06 06:57:24 +0000 | |
commit | 6214d992ce005d8ebf74acaff0ca213243fa9117 (patch) | |
tree | 55c6372a1426b88062febe1d1dc76b35fe03b5d0 /x11-plugins/gkacpi/gkacpi-0.5.ebuild | |
parent | Changed dev-php/xdebug to app-i18n/bidiv (diff) | |
download | gentoo-2-6214d992ce005d8ebf74acaff0ca213243fa9117.tar.gz gentoo-2-6214d992ce005d8ebf74acaff0ca213243fa9117.tar.bz2 gentoo-2-6214d992ce005d8ebf74acaff0ca213243fa9117.zip |
changed depend to gkrellm fixed version. Closes #27060.
Diffstat (limited to 'x11-plugins/gkacpi/gkacpi-0.5.ebuild')
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild index b1b362e18918..4b4ed61528bf 100644 --- a/x11-plugins/gkacpi/gkacpi-0.5.ebuild +++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.4 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.5 2003/10/06 06:56:34 mholzer Exp $ S="${WORKDIR}/${P}" DESCRIPTION="ACPI monitor for Gkrellm" SRC_URI="http://uname.dyndns.org/~uname/files/gkacpi/${P}.tar.gz" HOMEPAGE="http://uname.dyndns.org/~uname/software.php" LICENSE="GPL-2" -DEPEND="app-admin/gkrellm" +DEPEND="=app-admin/gkrellm-2*" RDEPEND="${DEPEND}" KEYWORDS="x86" SLOT="0" |