summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 18:35:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-18 18:44:11 +0200
commit49c6d028336dffca43b2d78106c3c657e184919c (patch)
tree7fd1fc908eecf3eaba364677f1c0025d8a37d86c /dev-libs/appstream
parentsys-process/numad: EAPI=6, drop eutils (diff)
downloadgentoo-49c6d028336dffca43b2d78106c3c657e184919c.tar.gz
gentoo-49c6d028336dffca43b2d78106c3c657e184919c.tar.bz2
gentoo-49c6d028336dffca43b2d78106c3c657e184919c.zip
dev-libs/appstream: Switch to eapi7-ver
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-libs/appstream')
-rw-r--r--dev-libs/appstream/appstream-0.11.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/appstream/appstream-0.11.5.ebuild b/dev-libs/appstream/appstream-0.11.5.ebuild
index 1a70d5615e08..227ab977dc59 100644
--- a/dev-libs/appstream/appstream-0.11.5.ebuild
+++ b/dev-libs/appstream/appstream-0.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,8 +9,8 @@ if [[ ${PV} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ximion/${PN}"
else
- inherit versionator
- MY_PV="$(replace_all_version_separators '_')"
+ inherit eapi7-ver
+ MY_PV="$(ver_rs 0- '_')"
MY_P="APPSTREAM_${MY_PV}"
SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"