diff options
author | David Seifert <soap@gentoo.org> | 2022-06-23 22:12:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-23 22:12:23 +0200 |
commit | e1b8304aa766f3d3c92f2712b4cd785f805a8984 (patch) | |
tree | 2232b664cbf006482626cbf0558afee683fd2f8f /net-libs/rest | |
parent | media-libs/cogl: update EAPI 6 -> 8 (diff) | |
download | gentoo-e1b8304aa766f3d3c92f2712b4cd785f805a8984.tar.gz gentoo-e1b8304aa766f3d3c92f2712b4cd785f805a8984.tar.bz2 gentoo-e1b8304aa766f3d3c92f2712b4cd785f805a8984.zip |
net-libs/rest: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/rest')
-rw-r--r-- | net-libs/rest/rest-0.8.1-r1.ebuild (renamed from net-libs/rest/rest-0.8.1.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1-r1.ebuild index 1a871b83d473..9e3edc280976 100644 --- a/net-libs/rest/rest-0.8.1.ebuild +++ b/net-libs/rest/rest-0.8.1-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -GNOME2_LA_PUNT="yes" +EAPI=8 inherit gnome2 multilib-minimal virtualx @@ -11,9 +10,9 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest" LICENSE="LGPL-2.1" SLOT="0.7" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="+introspection test" RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" # Coverage testing should not be enabled RDEPEND=" @@ -23,7 +22,8 @@ RDEPEND=" net-libs/libsoup:2.4[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.40 @@ -36,7 +36,6 @@ multilib_src_configure() { # https://bugzilla.gnome.org/show_bug.cgi?id=758166 ECONF_SOURCE="${S}" \ gnome2_src_configure \ - --disable-static \ --disable-gcov \ --without-gnome \ --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ |