]> Pileus Git - ~andy/sunrise/blobdiff - x11-misc/gxneur/gxneur-0.9.3.ebuild
x11-misc/gxneur: Make eutils/versionator eclass globally inherited, thank Tommy for...
[~andy/sunrise] / x11-misc / gxneur / gxneur-0.9.3.ebuild
index 76b11767cd35e1e705a0c68d65e369b8950cebc2..d7cb3f947d8898f96dcb57fff71fa905ef244890 100644 (file)
@@ -4,15 +4,16 @@
 
 EAPI="2"
 
+inherit eutils autotools versionator
+
 DESCRIPTION="GTK based GUI for xneur"
 HOMEPAGE="http://www.xneur.ru/"
-if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then
+if [[ ${PV} =~ (_p)([0-9]+) ]] ; then
        inherit subversion
        SRC_URI=""
        MTSLPT_REV=${BASH_REMATCH[2]}
        ESVN_REPO_URI="svn://xneur.ru:3690/xneur/${PN}/@${MTSLPT_REV}"
 else
-       inherit eutils autotools versionator
        SRC_URI="http://dists.xneur.ru/release-${PV}/tgz/${P}.tar.bz2"
 fi