diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 11:28:12 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 12:02:41 +0100 |
commit | b8cefe248402845d0ae73f7d48fb69d090411beb (patch) | |
tree | c849c637073ad4c6b2229bcd6d22b64f8e1f483a /app-admin | |
parent | app-portage/layman: bump prefix keywords (diff) | |
download | gentoo-b8cefe248402845d0ae73f7d48fb69d090411beb.tar.gz gentoo-b8cefe248402845d0ae73f7d48fb69d090411beb.tar.bz2 gentoo-b8cefe248402845d0ae73f7d48fb69d090411beb.zip |
app-admin/python-updater: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/python-updater/python-updater-0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/python-updater/python-updater-0.14.ebuild b/app-admin/python-updater/python-updater-0.14.ebuild index 724df89ea4eb..73a56953cebd 100644 --- a/app-admin/python-updater/python-updater-0.14.ebuild +++ b/app-admin/python-updater/python-updater-0.14.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git" else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" - 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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |