summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:20:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:20:02 +0000
commit8528b8c93fdb9192a44215ffabadf197dad69acb (patch)
tree01bda6061040891c1fcd6ad7d0d9850d5569b94e /x11-plugins/wmappkill
parentMark 1.07 stable on alpha (diff)
downloadgentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.gz
gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.bz2
gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmappkill')
-rw-r--r--x11-plugins/wmappkill/ChangeLog7
-rw-r--r--x11-plugins/wmappkill/wmappkill-0.2.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmappkill/ChangeLog b/x11-plugins/wmappkill/ChangeLog
index 7b2a36c1921c..e49f9ab53a97 100644
--- a/x11-plugins/wmappkill/ChangeLog
+++ b/x11-plugins/wmappkill/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmappkill
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/ChangeLog,v 1.3 2005/11/06 03:34:53 metalgod Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/ChangeLog,v 1.4 2006/01/31 21:16:31 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmappkill-0.2.ebuild:
+ Fixed DEPEND for modular X.
06 Nov 2005; Luis Medinas <metalgod@gentoo.org> wmappkill-0.2.ebuild:
Added ~amd64 keyword. Bug #107125.
diff --git a/x11-plugins/wmappkill/wmappkill-0.2.ebuild b/x11-plugins/wmappkill/wmappkill-0.2.ebuild
index 7df4d2fc7da7..2496bd98269c 100644
--- a/x11-plugins/wmappkill/wmappkill-0.2.ebuild
+++ b/x11-plugins/wmappkill/wmappkill-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/wmappkill-0.2.ebuild,v 1.3 2005/11/06 03:34:53 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappkill/wmappkill-0.2.ebuild,v 1.4 2006/01/31 21:16:31 nelchael Exp $
IUSE=""
S=${WORKDIR}/wmAppKill-${PV}
@@ -10,8 +10,7 @@ HOMEPAGE="http://internettrash.com/users/beuz/wmappkill.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 x86"
-DEPEND="virtual/x11
- =gnome-base/libgtop-1*
+DEPEND="=gnome-base/libgtop-1*
>=dev-util/pkgconfig-0.15.0
>=sys-apps/sed-4"