diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2017-03-17 15:37:57 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2017-03-17 15:38:28 +0100 |
commit | 9754f457cc6d0aeb90a1535a5228ef909e9584c9 (patch) | |
tree | ffbd77f41fb100837cc8f992f8dc863cd01c270d /net-misc/arm | |
parent | app-forensics/openscap: remove old (diff) | |
download | gentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.tar.gz gentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.tar.bz2 gentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.zip |
Second half of net-vpn/ move
Diffstat (limited to 'net-misc/arm')
-rw-r--r-- | net-misc/arm/arm-1.4.5.0-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/arm/arm-1.4.5.0-r2.ebuild b/net-misc/arm/arm-1.4.5.0-r2.ebuild index 190464f1b870..69b319c282dc 100644 --- a/net-misc/arm/arm-1.4.5.0-r2.ebuild +++ b/net-misc/arm/arm-1.4.5.0-r2.ebuild @@ -18,10 +18,10 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" -# Note: While we depend on net-misc/tor, we strictly speaking +# Note: While we depend on net-vpn/tor, we strictly speaking # don't have to because it could run on a different machine. RDEPEND=" - >=net-misc/tor-0.2.1.27 + >=net-vpn/tor-0.2.1.27 app-admin/sudo sys-process/lsof net-dns/bind-tools diff --git a/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild b/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild index f4b4fefe73ad..2a05500a0067 100644 --- a/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild +++ b/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild @@ -19,7 +19,7 @@ IUSE="test" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=">=net-libs/stem-1.2.2_p20140718[${PYTHON_USEDEP}] - net-misc/tor" + net-vpn/tor" python_prepare_all() { sed -i -e "s/.version import VERSION/ import __version__ as VERSION/"\ |