diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-04 08:33:53 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-04 08:33:53 +0200 |
commit | 9c13f85e04199e62c80c8b5e7b862c48a0a88692 (patch) | |
tree | c4e6bd135bc12eeb0fb4cf05ecf4e01348e99916 /app-mobilephone/dfu-util | |
parent | app-mobilephone/dfu-util: Version bump to 0.11 (diff) | |
download | gentoo-9c13f85e04199e62c80c8b5e7b862c48a0a88692.tar.gz gentoo-9c13f85e04199e62c80c8b5e7b862c48a0a88692.tar.bz2 gentoo-9c13f85e04199e62c80c8b5e7b862c48a0a88692.zip |
app-mobilephone/dfu-util: Sync live ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-mobilephone/dfu-util')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 9c3ac27b12b1..0f4c6cd5a619 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util" inherit autotools git-r3 else @@ -18,10 +18,10 @@ LICENSE="GPL-2" SLOT="0" RDEPEND="virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default - [[ ${PV} == "9999" ]] && eautoreconf + [[ ${PV} == *9999 ]] && eautoreconf } |