Remove pointless "require versionator"s
This commit is contained in:
parent
ed63d55df6
commit
13db64b0cc
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
SCM_REPOSITORY="${SCM_REPOSITORY:=git://anongit.freedesktop.org/mesa/mesa}"
|
SCM_REPOSITORY="${SCM_REPOSITORY:=git://anongit.freedesktop.org/mesa/mesa}"
|
||||||
OPENGL_DIR="${OPENGL_DIR:=xorg-x11}"
|
OPENGL_DIR="${OPENGL_DIR:=xorg-x11}"
|
||||||
|
|
||||||
require flag-o-matic multilib versionator scm-git
|
require flag-o-matic multilib scm-git
|
||||||
|
|
||||||
SUMMARY="Mesa's OpenGL library"
|
SUMMARY="Mesa's OpenGL library"
|
||||||
HOMEPAGE="http://mesa3d.sourceforge.net/"
|
HOMEPAGE="http://mesa3d.sourceforge.net/"
|
||||||
|
|
|
@ -6,7 +6,7 @@ OPENGL_DIR="${OPENGL_DIR:=xorg-x11}"
|
||||||
|
|
||||||
export_exlib_phases src_prepare src_install
|
export_exlib_phases src_prepare src_install
|
||||||
|
|
||||||
require flag-o-matic multilib versionator scm-git
|
require flag-o-matic multilib scm-git
|
||||||
|
|
||||||
SUMMARY="Mesa's OpenGL library"
|
SUMMARY="Mesa's OpenGL library"
|
||||||
HOMEPAGE="http://mesa3d.sourceforge.net/"
|
HOMEPAGE="http://mesa3d.sourceforge.net/"
|
||||||
|
|
Loading…
Reference in a new issue