summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 10:25:17 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 10:25:17 +0000
commit79238b8339b5a2a6a9c024a407e55ed16b9d7180 (patch)
tree14c280c42053509c4097235b6a14eb90750cd21a /app-emulation/gdb-armulator
parentFix slot-dep on gtk+/glib (diff)
downloadgentoo-2-79238b8339b5a2a6a9c024a407e55ed16b9d7180.tar.gz
gentoo-2-79238b8339b5a2a6a9c024a407e55ed16b9d7180.tar.bz2
gentoo-2-79238b8339b5a2a6a9c024a407e55ed16b9d7180.zip
Fix slot-dep on gtk+/glib
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/gdb-armulator')
-rw-r--r--app-emulation/gdb-armulator/ChangeLog8
-rw-r--r--app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild10
2 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/gdb-armulator/ChangeLog b/app-emulation/gdb-armulator/ChangeLog
index bf2bf4c3adb4..505d94dd2425 100644
--- a/app-emulation/gdb-armulator/ChangeLog
+++ b/app-emulation/gdb-armulator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/gdb-armulator
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.3 2008/04/20 01:59:17 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.4 2011/03/27 10:25:17 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ gdb-armulator-5.0.ebuild:
+ Fix slot-dep on gtk+/glib
20 Apr 2008; Mike Frysinger <vapier@gentoo.org>
+files/gdb-armulator-5.0-objstack.patch, +files/gtk-config,
diff --git a/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild b/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild
index 94ad17912a9a..6382d1596a19 100644
--- a/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild
+++ b/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.3 2008/04/20 01:59:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.4 2011/03/27 10:25:17 nirbheek Exp $
+
+EAPI="1"
inherit flag-o-matic eutils
@@ -21,8 +23,8 @@ RESTRICT="test"
RDEPEND="sys-libs/ncurses
media-libs/freetype
- >=x11-libs/gtk+-2
- >=dev-libs/glib-2
+ x11-libs/gtk+:2
+ dev-libs/glib:2
x11-libs/pango"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )