Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-ftp/uftpd: fix file collision #7315

Closed
wants to merge 1 commit into from
Closed

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Feb 28, 2018

See bug linked

diff -up uftpd-2.4.ebuild uftpd-2.4-r1.ebuild 
--- uftpd-2.4.ebuild	2018-01-08 16:19:49.980109231 +0100
+++ uftpd-2.4-r1.ebuild	2018-02-28 08:51:21.968982310 +0100
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,9 +12,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RDEPEND="
+		!net-misc/uftp
+		!net-ftp/atftp
+		"
+
 DEPEND="
 	dev-libs/libite
 	dev-libs/libuev
-	!!net-misc/uftp"
+	"
 
 RDEPEND="${DEPEND}"

Bug: https://bugs.gentoo.org/show_bug.cgi?id=648984
Package-Manager: Portage-2.3.19, Repoman-2.3.6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=648984
Package-Manager: Portage-2.3.19, Repoman-2.3.6
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull Request assignment

Areas affected: ebuilds
Packages affected: net-ftp/uftpd

net-ftp/uftpd: oz.tiram[at]gmail.com, @gentoo/proxy-maint

Bugs linked: 648984

In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

@gentoo-repo-qa-bot gentoo-repo-qa-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Feb 28, 2018
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2018-02-28 08:18 UTC
Newest commit scanned: 1f7aa88
Status: ✅ good

No issues found

@gentoo-bot gentoo-bot closed this in 7d00942 Mar 2, 2018
NeddySeagoon pushed a commit to NeddySeagoon/gentoo-arm64 that referenced this pull request Mar 5, 2018
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://bugs.gentoo.org/648984
Closes: gentoo#7315
@oz123 oz123 deleted the uftpd_fix branch July 8, 2019 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
3 participants