diff options
-rw-r--r-- | net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-rds/gr-rds-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild index 326e694c0081..2f2eb3797c78 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[${PYTHON_USEDEP}] ') =net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}] " diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index 326e694c0081..2f2eb3797c78 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[${PYTHON_USEDEP}] ') =net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}] " |