diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:27:46 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:27:46 +0000 |
commit | 499109839145d83a199060247cfaad95b11bedfe (patch) | |
tree | daa325d2048e09fe4f8859e63628fbd4b35d73c4 /app-emulation/skyeye | |
parent | Version Bump, #360751 (diff) | |
download | historical-499109839145d83a199060247cfaad95b11bedfe.tar.gz historical-499109839145d83a199060247cfaad95b11bedfe.tar.bz2 historical-499109839145d83a199060247cfaad95b11bedfe.zip |
Fix slot-dep on gtk+/glib
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/skyeye')
-rw-r--r-- | app-emulation/skyeye/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/skyeye/skyeye-1.0.0.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-emulation/skyeye/ChangeLog b/app-emulation/skyeye/ChangeLog index f274709319b0..2aaa06ee5a2d 100644 --- a/app-emulation/skyeye/ChangeLog +++ b/app-emulation/skyeye/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/skyeye -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/ChangeLog,v 1.2 2007/02/08 21:50:48 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/ChangeLog,v 1.3 2011/03/27 10:27:46 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> skyeye-1.0.0.ebuild: + Fix slot-dep on gtk+/glib 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emulation/skyeye/skyeye-1.0.0.ebuild b/app-emulation/skyeye/skyeye-1.0.0.ebuild index 03bd383b2f0f..dd934ed9b9ce 100644 --- a/app-emulation/skyeye/skyeye-1.0.0.ebuild +++ b/app-emulation/skyeye/skyeye-1.0.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 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/skyeye/skyeye-1.0.0.ebuild,v 1.3 2006/01/03 23:36:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/skyeye-1.0.0.ebuild,v 1.4 2011/03/27 10:27:46 nirbheek Exp $ + +EAPI="2" DESCRIPTION="an ARM embedded hardware simulator" HOMEPAGE="http://www.skyeye.org/" @@ -13,8 +15,8 @@ IUSE="" 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} dev-util/pkgconfig" |