diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 09:47:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 10:08:04 -0500 |
commit | abfeb8b63c06160b24fa3b4f5938eb772e2b8b07 (patch) | |
tree | ca97ae707d2df9319e56679566b15ffc10be0611 /net-nds | |
parent | app-misc/colordiff: Bump to version 1.0.16 (diff) | |
download | gentoo-abfeb8b63c06160b24fa3b4f5938eb772e2b8b07.tar.gz gentoo-abfeb8b63c06160b24fa3b4f5938eb772e2b8b07.tar.bz2 gentoo-abfeb8b63c06160b24fa3b4f5938eb772e2b8b07.zip |
net-nds/rpcbind: minor style fix
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.3.ebuild b/net-nds/rpcbind/rpcbind-0.2.3.ebuild index 4a47c9a195ed..23a68efce49e 100644 --- a/net-nds/rpcbind/rpcbind-0.2.3.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.3.ebuild @@ -27,8 +27,8 @@ CDEPEND=">=net-libs/libtirpc-0.2.3 DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-rpcbind ) -" + selinux? ( sec-policy/selinux-rpcbind )" + src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf epatch_user diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 4a47c9a195ed..23a68efce49e 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -27,8 +27,8 @@ CDEPEND=">=net-libs/libtirpc-0.2.3 DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-rpcbind ) -" + selinux? ( sec-policy/selinux-rpcbind )" + src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf epatch_user |