diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 08:46:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-09 09:03:22 +0100 |
commit | f0532d127a91c3963be3dd274a82852fec688143 (patch) | |
tree | d7cffc5b8f2a36bcd18052c5410d60a7c48d604d /x11-base | |
parent | dev-util/meson: marked ~amd64-linux (diff) | |
download | gentoo-f0532d127a91c3963be3dd274a82852fec688143.tar.gz gentoo-f0532d127a91c3963be3dd274a82852fec688143.tar.bz2 gentoo-f0532d127a91c3963be3dd274a82852fec688143.zip |
x11-base/xorg-proto: marked ~amd64-linux
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-2018.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild index b841b04a2b60..77c64e7e6a4a 100644 --- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x64-macos ~x64-solaris" SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" fi |