summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/kanatest/ChangeLog7
-rw-r--r--app-misc/kanatest/kanatest-0.4.8.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/app-misc/kanatest/ChangeLog b/app-misc/kanatest/ChangeLog
index 1465a8b6fa1e..11ed4ddead30 100644
--- a/app-misc/kanatest/ChangeLog
+++ b/app-misc/kanatest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/kanatest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.31 2010/10/17 01:33:33 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.32 2011/03/27 12:04:10 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> kanatest-0.4.8.ebuild:
+ Fix slot-dep on gtk+
17 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-kanatest-0.4.2.ebuild, -kanatest-0.4.3.ebuild, -kanatest-0.4.4.ebuild,
diff --git a/app-misc/kanatest/kanatest-0.4.8.ebuild b/app-misc/kanatest/kanatest-0.4.8.ebuild
index eec8e186e43b..0e6a84a9ca85 100644
--- a/app-misc/kanatest/kanatest-0.4.8.ebuild
+++ b/app-misc/kanatest/kanatest-0.4.8.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 1.6 2010/10/17 01:33:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 1.7 2011/03/27 12:04:10 nirbheek Exp $
+
+EAPI="1"
inherit eutils autotools
@@ -13,8 +15,8 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2.12
- dev-libs/libxml2"
+RDEPEND=">=x11-libs/gtk+-2.12:2
+ dev-libs/libxml2:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"