diff options
author | Sam James <sam@gentoo.org> | 2021-01-30 14:29:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-30 14:29:40 +0000 |
commit | 951a363110ea12f791c1e87038c2dc8f292d7059 (patch) | |
tree | c2e90e8a159b603206b213d31f552bde4a4e6f4d /net-fs/davfs2 | |
parent | net-libs/libsrtp: Stabilize 2.3.0-r1 amd64, #762151 (diff) | |
download | gentoo-951a363110ea12f791c1e87038c2dc8f292d7059.tar.gz gentoo-951a363110ea12f791c1e87038c2dc8f292d7059.tar.bz2 gentoo-951a363110ea12f791c1e87038c2dc8f292d7059.zip |
net-fs/davfs2: Stabilize 1.6.0 amd64, #763135
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/davfs2')
-rw-r--r-- | net-fs/davfs2/davfs2-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/davfs2/davfs2-1.6.0.ebuild b/net-fs/davfs2/davfs2-1.6.0.ebuild index 8dc27450d6b4..a9eed16a832c 100644 --- a/net-fs/davfs2/davfs2-1.6.0.ebuild +++ b/net-fs/davfs2/davfs2-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" IUSE="nls" RESTRICT="test" |