diff options
Diffstat (limited to 'app-mobilephone/dfu-util/dfu-util-0.5.ebuild')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-0.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-0.5.ebuild b/app-mobilephone/dfu-util/dfu-util-0.5.ebuild index 0d98d210b0f7..72779c3ade65 100644 --- a/app-mobilephone/dfu-util/dfu-util-0.5.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-0.5.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-mobilephone/dfu-util/dfu-util-0.5.ebuild,v 1.1 2011/11/02 14:31:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-0.5.ebuild,v 1.2 2012/10/07 03:13:24 flameeyes Exp $ EAPI="2" @@ -21,8 +21,9 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/libusb:1" -RDEPEND="${DEPEND}" +RDEPEND="virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_prepare() { if [[ ${PV} == "9999" ]] ; then |