diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 22:25:32 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 22:25:32 +0000 |
commit | 3575f6371096b62b162ce7a0dcd9d4f1b6644292 (patch) | |
tree | f20decd4e8cf684654a58354254cc3e518c91485 /dev-libs/elfutils | |
parent | sys-kernel/linux-headers: drop outdated media-sound/alsa-headers blocker (diff) | |
download | gentoo-3575f6371096b62b162ce7a0dcd9d4f1b6644292.tar.gz gentoo-3575f6371096b62b162ce7a0dcd9d4f1b6644292.tar.bz2 gentoo-3575f6371096b62b162ce7a0dcd9d4f1b6644292.zip |
dev-libs/elfutils: add RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.176-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.177.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/elfutils/elfutils-0.176-r1.ebuild b/dev-libs/elfutils/elfutils-0.176-r1.ebuild index 88b231edf8a4..986869931b4a 100644 --- a/dev-libs/elfutils/elfutils-0.176-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.176-r1.ebuild @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} >=sys-devel/flex-2.5.4a sys-devel/m4" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${PN}-0.118-PaX-support.patch "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch diff --git a/dev-libs/elfutils/elfutils-0.177.ebuild b/dev-libs/elfutils/elfutils-0.177.ebuild index 0bb7a5297f04..307449017a35 100644 --- a/dev-libs/elfutils/elfutils-0.177.ebuild +++ b/dev-libs/elfutils/elfutils-0.177.ebuild @@ -23,6 +23,8 @@ BDEPEND="nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${PN}-0.118-PaX-support.patch "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch |