From 5a2d2f73a6cfc1cccaa3eb178205b68503355220 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 21 Apr 2014 00:16:44 +0200 Subject: [PATCH] Correct SRC_FILENAME for mesa-7.9.2. * This doesn't help though, as the source archive no longer exists. --- sys-libs/mesa/mesa-7.9.2.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/mesa/mesa-7.9.2.recipe b/sys-libs/mesa/mesa-7.9.2.recipe index 2dd3776a5..e627564c7 100644 --- a/sys-libs/mesa/mesa-7.9.2.recipe +++ b/sys-libs/mesa/mesa-7.9.2.recipe @@ -10,6 +10,7 @@ COPYRIGHT="1999-2013 Brian Paul All Rights Reserved." LICENSE="MIT" # remember to update SOURCE_DIR as well for the -X revision SRC_URI="https://github.com/kallisti5/mesa/archive/7.9.2-5.tar.gz" +SRC_FILENAME="mesa-7.9.2-5.tar.gz" CHECKSUM_MD5="7e9aafbfffa04e14a57d450836d86bf1" REVISION="6" ARCHITECTURES="x86_gcc2"