diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:41:15 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:41:15 +0000 |
commit | fa8b3887b7315276bd7adb0b99d6b110edc4b947 (patch) | |
tree | b151d8ccfa0a1fc84eb90d0ae0778e0d719a2b06 /games-util/xboxdrv | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-fa8b3887b7315276bd7adb0b99d6b110edc4b947.tar.gz gentoo-2-fa8b3887b7315276bd7adb0b99d6b110edc4b947.tar.bz2 gentoo-2-fa8b3887b7315276bd7adb0b99d6b110edc4b947.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'games-util/xboxdrv')
-rw-r--r-- | games-util/xboxdrv/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-util/xboxdrv/ChangeLog b/games-util/xboxdrv/ChangeLog index 2644291cbf9f..52c541a8b76b 100644 --- a/games-util/xboxdrv/ChangeLog +++ b/games-util/xboxdrv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/xboxdrv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/ChangeLog,v 1.23 2012/04/15 16:51:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/ChangeLog,v 1.24 2012/05/03 03:41:15 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> xboxdrv-0.8.2.ebuild, + xboxdrv-0.8.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 15 Apr 2012; Markus Meier <maekke@gentoo.org> xboxdrv-0.8.4.ebuild: x86 stable, bug #411525 diff --git a/games-util/xboxdrv/xboxdrv-0.8.2.ebuild b/games-util/xboxdrv/xboxdrv-0.8.2.ebuild index 9b51b43ceca3..8d0b7916de3b 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.2.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.2.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/games-util/xboxdrv/xboxdrv-0.8.2.ebuild,v 1.3 2011/12/11 09:29:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.2.ebuild,v 1.4 2012/05/03 03:41:15 jdhore Exp $ EAPI=2 inherit scons-utils toolchain-funcs linux-info @@ -22,7 +22,7 @@ RDEPEND="dev-libs/boost virtual/libusb:1 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} diff --git a/games-util/xboxdrv/xboxdrv-0.8.4.ebuild b/games-util/xboxdrv/xboxdrv-0.8.4.ebuild index 8a2f2e417aa8..b0a461b909f9 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.4.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.4.ebuild,v 1.3 2012/04/15 16:51:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.4.ebuild,v 1.4 2012/05/03 03:41:15 jdhore Exp $ EAPI=2 inherit scons-utils toolchain-funcs linux-info @@ -22,7 +22,7 @@ RDEPEND="dev-libs/boost virtual/libusb:1 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |