diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:49:08 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:49:08 +0000 |
commit | a2edfa7154d3b4b28bef96838225b4ce7c86d4aa (patch) | |
tree | 7a2127fafe98e5b60763668d5b61d25106683c8f /app-emulation/skyeye | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.tar.gz historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.tar.bz2 historical-a2edfa7154d3b4b28bef96838225b4ce7c86d4aa.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
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 | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/skyeye/ChangeLog b/app-emulation/skyeye/ChangeLog index 2aaa06ee5a2d..fdce1b59a310 100644 --- a/app-emulation/skyeye/ChangeLog +++ b/app-emulation/skyeye/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/skyeye -# 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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/ChangeLog,v 1.4 2012/05/03 18:49:07 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> skyeye-1.0.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> skyeye-1.0.0.ebuild: Fix slot-dep on gtk+/glib diff --git a/app-emulation/skyeye/skyeye-1.0.0.ebuild b/app-emulation/skyeye/skyeye-1.0.0.ebuild index dd934ed9b9ce..595e6463c4af 100644 --- a/app-emulation/skyeye/skyeye-1.0.0.ebuild +++ b/app-emulation/skyeye/skyeye-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.4 2011/03/27 10:27:46 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/skyeye-1.0.0.ebuild,v 1.5 2012/05/03 18:49:07 jdhore Exp $ EAPI="2" @@ -19,7 +19,7 @@ RDEPEND="sys-libs/ncurses dev-libs/glib:2 x11-libs/pango" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { dobin binary/skyeye || die "skyeye" |