summaryrefslogtreecommitdiffstats
path: root/devel/gccxml/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gccxml/DETAILS')
-rwxr-xr-xdevel/gccxml/DETAILS7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gccxml/DETAILS b/devel/gccxml/DETAILS
index ea96f2ee58..87f07fccaf 100755
--- a/devel/gccxml/DETAILS
+++ b/devel/gccxml/DETAILS
@@ -1,9 +1,6 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=gccxml
-if [[ "$GCCXML_AUTOUPDATE" == y ]]; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=git
-fi
+ VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
SOURCE_URL[0]=git://github.com/gccxml/gccxml.git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"