forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-roguelike/stone-soup: disable git operations
Closes: https://bugs.gentoo.org/683278 Signed-off-by: Erik Mackdanz <[email protected]> Package-Manager: Portage-2.3.62, Repoman-2.3.12
- Loading branch information
Erik Mackdanz
committed
Apr 16, 2019
1 parent
42778bb
commit b848934
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- /Makefile 2019-04-15 19:34:40.604288477 -0500 | ||
+++ /Makefile 2019-04-15 19:36:25.249286603 -0500 | ||
@@ -1149,9 +1149,8 @@ | ||
|
||
LANGUAGES = $(filter-out en, $(notdir $(wildcard dat/descript/??))) | ||
SRC_PKG_BASE := stone_soup | ||
-SRC_VERSION := $(shell git describe --tags $(MERGE_BASE) 2>/dev/null || cat util/release_ver) | ||
+SRC_VERSION := $(shell cat util/release_ver) | ||
MAJOR_VERSION = $(shell echo "$(SRC_VERSION)"|sed -r 's/-.*//;s/^([^.]+\.[^.]+).*/\1/') | ||
-RECENT_TAG := $(shell git describe --abbrev=0 --tags $(MERGE_BASE)) | ||
|
||
export SRC_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters