summaryrefslogtreecommitdiff
path: root/app-admin/authbind/authbind-2.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-admin/authbind/authbind-2.1.2.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-admin/authbind/authbind-2.1.2.ebuild')
-rw-r--r--app-admin/authbind/authbind-2.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/authbind/authbind-2.1.2.ebuild b/app-admin/authbind/authbind-2.1.2.ebuild
index 5c54176d277c..d9479c70b7b0 100644
--- a/app-admin/authbind/authbind-2.1.2.ebuild
+++ b/app-admin/authbind/authbind-2.1.2.ebuild
@@ -8,6 +8,7 @@ inherit flag-o-matic toolchain-funcs
DESCRIPTION="Bind sockets to privileged ports without root"
HOMEPAGE="https://www.chiark.greenend.org.uk/ucgi/~ian/git/authbind.git/"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
@@ -16,7 +17,7 @@ KEYWORDS="~amd64"
BDEPEND="virtual/awk"
PATCHES=(
- "${FILESDIR}/${PN}-2.1.1-respect-flags.patch"
+ "${FILESDIR}/${PN}-2.1.2-respect-flags.patch"
)
src_configure() {