diff options
author | 2017-10-30 21:36:15 +0200 | |
---|---|---|
committer | 2017-10-30 21:44:59 +0200 | |
commit | b255f897dd5067250cb4467f1ed527bb126b2350 (patch) | |
tree | da28751a7f33864aec7d4f8d6407d5eecdb8c05e /dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | |
parent | dev-lisp/asdf: Appends virtual/commonlisp to PDEPEND (diff) | |
download | gentoo-b255f897dd5067250cb4467f1ed527bb126b2350.tar.gz gentoo-b255f897dd5067250cb4467f1ed527bb126b2350.tar.bz2 gentoo-b255f897dd5067250cb4467f1ed527bb126b2350.zip |
dev-libs/wayland-protocols: remove duplicate KEYWORDS line in live-version conditional
This empty KEYWORDS isn't needed for live version case and messes up ekeyword
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'dev-libs/wayland-protocols/wayland-protocols-9999.ebuild')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index 70049b66d034..15cac561d897 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -17,7 +17,6 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |