diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 22:14:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 22:14:27 +0000 |
commit | a8338b3dcb35c30cc3d36077da1859c8de77029d (patch) | |
tree | d9b6c9bbf885a27050222639ae428571aebfe1ba /sys-devel | |
parent | sys-devel/gdb: drop outdated dev-util/gdbserver blocker (diff) | |
download | gentoo-a8338b3dcb35c30cc3d36077da1859c8de77029d.tar.gz gentoo-a8338b3dcb35c30cc3d36077da1859c8de77029d.tar.bz2 gentoo-a8338b3dcb35c30cc3d36077da1859c8de77029d.zip |
sys-devel/gdb: 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 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-8.3.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-8.3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild index 719822701ec4..635cd50b6fb2 100644 --- a/sys-devel/gdb/gdb-8.3.1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1.ebuild @@ -59,6 +59,8 @@ REQUIRED_USE=" RESTRICT=" hppa? ( test ) ia64? ( test ) + + !test? ( test ) " RDEPEND=" diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild index aafd4bc491e7..1d67160a80fa 100644 --- a/sys-devel/gdb/gdb-8.3.ebuild +++ b/sys-devel/gdb/gdb-8.3.ebuild @@ -59,6 +59,8 @@ REQUIRED_USE=" RESTRICT=" hppa? ( test ) ia64? ( test ) + + !test? ( test ) " RDEPEND=" diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 719822701ec4..635cd50b6fb2 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -59,6 +59,8 @@ REQUIRED_USE=" RESTRICT=" hppa? ( test ) ia64? ( test ) + + !test? ( test ) " RDEPEND=" |