diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-09 17:06:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-09 17:07:05 +0300 |
commit | 37828f07eafcc5a03b5b1fb6ef94c77868936cbf (patch) | |
tree | f615d851c878773c770d588170d607f6a7f33f91 /net-ftp | |
parent | dev-php/pecl-redis: Version bump for 4.0.2 (diff) | |
download | gentoo-37828f07eafcc5a03b5b1fb6ef94c77868936cbf.tar.gz gentoo-37828f07eafcc5a03b5b1fb6ef94c77868936cbf.tar.bz2 gentoo-37828f07eafcc5a03b5b1fb6ef94c77868936cbf.zip |
net-ftp/uftpd: DESCRIPTION is not a sentence
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/uftpd/uftpd-2.4-r1.ebuild | 8 | ||||
-rw-r--r-- | net-ftp/uftpd/uftpd-2.4.ebuild | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild index 93af03f1dfa4..5739b08fde28 100644 --- a/net-ftp/uftpd/uftpd-2.4-r1.ebuild +++ b/net-ftp/uftpd/uftpd-2.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -DESCRIPTION="The no nonsense TFTP/FTP server." +DESCRIPTION="The no nonsense TFTP/FTP server" HOMEPAGE="https://github.com/troglobit/uftpd" SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" @@ -14,12 +14,10 @@ IUSE="" RDEPEND=" !net-misc/uftp - !net-ftp/atftp - " + !net-ftp/atftp" DEPEND=" dev-libs/libite - dev-libs/libuev - " + dev-libs/libuev" RDEPEND="${DEPEND}" diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild index ad41f43f2ca5..e741e5bc2068 100644 --- a/net-ftp/uftpd/uftpd-2.4.ebuild +++ b/net-ftp/uftpd/uftpd-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="The no nonsense TFTP/FTP server." +DESCRIPTION="The no nonsense TFTP/FTP server" HOMEPAGE="https://github.com/troglobit/uftpd" SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" |