diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:19:38 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:39:25 +0100 |
commit | d9083f5ee735b4960f1eaa4ea52e59f6ff2db746 (patch) | |
tree | c592d0172bf4ae3823fd5b5bccb99d483b573b91 /app-shells/push | |
parent | app-portage/prefix-chain-setup: add ~x64-cygwin keyword (diff) | |
download | gentoo-d9083f5ee735b4960f1eaa4ea52e59f6ff2db746.tar.gz gentoo-d9083f5ee735b4960f1eaa4ea52e59f6ff2db746.tar.bz2 gentoo-d9083f5ee735b4960f1eaa4ea52e59f6ff2db746.zip |
app-shells/push: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/push-2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild index d543728dbf6f..a3689d1b11f5 100644 --- a/app-shells/push/push-2.0-r1.ebuild +++ b/app-shells/push/push-2.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" src_install() { |