summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <mvath@google.com>2019-03-02 08:30:14 +0100
committerMartin Väth <mvath@google.com>2019-03-02 08:30:14 +0100
commit35b757eec0b8965af5d833ac494fa8927b9f3050 (patch)
tree4f4b603e0628a14c07fa4b25362edac42d37d4e3 /app-portage/eix/eix-99999999.ebuild
parentapp-portage/eix: Version bump (diff)
downloadmv-35b757eec0b8965af5d833ac494fa8927b9f3050.tar.gz
mv-35b757eec0b8965af5d833ac494fa8927b9f3050.tar.bz2
mv-35b757eec0b8965af5d833ac494fa8927b9f3050.zip
EAPI version bumps
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'app-portage/eix/eix-99999999.ebuild')
-rw-r--r--app-portage/eix/eix-99999999.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild
index d6e90b48..d48b230e 100644
--- a/app-portage/eix/eix-99999999.ebuild
+++ b/app-portage/eix/eix-99999999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Martin V\"ath and others
+# Copyright 1999-2019 Martin V\"ath and others
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
WANT_LIBTOOL=none
AUTOTOOLS_AUTO_DEPEND=no
MESON_AUTO_DEPEND=no
@@ -17,7 +17,7 @@ case ${PV} in
PROPERTIES="live";;
*)
RESTRICT="mirror"
- EGIT_COMMIT="470c9d35ed91bfac3f808c5e8625c61a04234b8f"
+ EGIT_COMMIT="d57daebb8275fa8a6704ff29aac7db58477f4615"
SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
esac
@@ -34,13 +34,12 @@ for i in ${PLOCALES}; do
done
IUSE+=" +meson nls optimization +required-use security +src-uri strong-optimization strong-security sqlite swap-remote tools"
-BOTHDEPEND="nls? ( virtual/libintl )
+DEPEND="nls? ( virtual/libintl )
sqlite? ( >=dev-db/sqlite-3:= )"
-RDEPEND="${BOTHDEPEND}
+RDEPEND="${DEPEND}
>=app-shells/push-3.1
>=app-shells/quoter-4.1"
-DEPEND="${BOTHDEPEND}
- meson? (
+BDEPEND="meson? (
>=dev-util/meson-0.41.0
>=dev-util/ninja-1.7.2
strong-optimization? ( >=sys-devel/gcc-config-1.9.1 )