summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-25 20:10:12 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-25 20:17:20 +0100
commitf4f6399494861136e18f2b40a5c293a610dfe7a0 (patch)
tree2cc4ea60b0ff253efb785ee81a8db314f388fb68 /dev-lang
parentdev-lang/rebol: [QA] Port to git-r3 (diff)
downloadgentoo-f4f6399494861136e18f2b40a5c293a610dfe7a0.tar.gz
gentoo-f4f6399494861136e18f2b40a5c293a610dfe7a0.tar.bz2
gentoo-f4f6399494861136e18f2b40a5c293a610dfe7a0.zip
dev-lang/yasm: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/yasm/yasm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index 2192b7f076ef..19cd65988740 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -9,7 +9,7 @@ inherit autotools eutils python-r1
if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="https://github.com/yasm/yasm.git"
- inherit git-2
+ inherit git-r3
else
SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"