diff options
author | Pavel Šimerda <pavlix@pavlix.net> | 2016-09-10 16:22:12 +0200 |
---|---|---|
committer | Pavel Šimerda <pavlix@pavlix.net> | 2016-09-10 18:34:01 +0200 |
commit | 312e3e6942e6145df201a9ece34b665278e162f2 (patch) | |
tree | ece9d9b61e1da1765fb5c7ec428b8ddbd27959a5 /net-misc/iputils | |
parent | net-misc/iputils: update 99999999 to match 20160308 (diff) | |
download | gentoo-312e3e6942e6145df201a9ece34b665278e162f2.tar.gz gentoo-312e3e6942e6145df201a9ece34b665278e162f2.tar.bz2 gentoo-312e3e6942e6145df201a9ece34b665278e162f2.zip |
net-misc/iputils: make 99999999 buildable
Apply necessary changes to `iputils-99999999.patch` that are not needed
in `iputils-20160308.ebuild` from which it was copied.
* Don't use `S` variable when `PV=99999999`
* Quote variables to make `repoman -d full` happy
* Reflect the rename of `INSTALL` to `INSTALL.md`
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/iputils-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index 65a21100ed29..e2da683f585a 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -56,7 +56,7 @@ fi REQUIRED_USE="ipv6? ( ssl? ( ^^ ( gcrypt nettle openssl ) ) )" -S=${WORKDIR}/${PN}-s${PV} +[ "${PV}" = "99999999" ] || S="${WORKDIR}/${PN}-s${PV}" PATCHES=( "${FILESDIR}/021109-uclibc-no-ether_ntohost.patch" @@ -153,7 +153,7 @@ src_install() { newconfd "${FILESDIR}"/rarpd.conf.d rarpd fi - dodoc INSTALL RELNOTES + dodoc INSTALL.md RELNOTES use doc && dohtml doc/*.html } |