diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:43:27 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:32 +0100 |
commit | 2aca913da77f72a803a4f6806d266ab84a21e80a (patch) | |
tree | d675efc19e4d1077e5750f7b4f9ff1dd28d0eca0 /net-libs/librsync | |
parent | net-libs/libproxy: drop x86-macos (diff) | |
download | gentoo-2aca913da77f72a803a4f6806d266ab84a21e80a.tar.gz gentoo-2aca913da77f72a803a4f6806d266ab84a21e80a.tar.bz2 gentoo-2aca913da77f72a803a4f6806d266ab84a21e80a.zip |
net-libs/librsync: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/librsync')
-rw-r--r-- | net-libs/librsync/librsync-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/librsync/librsync-2.3.1.ebuild b/net-libs/librsync/librsync-2.3.1.ebuild index 04df479a54d5..a8a8e5749026 100644 --- a/net-libs/librsync/librsync-2.3.1.ebuild +++ b/net-libs/librsync/librsync-2.3.1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/2.2" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND=" dev-libs/popt |