diff options
author | Martin Väth <martin@mvath.de> | 2017-05-12 15:31:50 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2017-05-12 15:31:50 +0200 |
commit | 858d01e7c271228c1345c5ba8b8dc8f976c4444e (patch) | |
tree | cfecbc3ae9afb34ceaf5900be831908bf7c651dc /app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild | |
parent | x11-wm/fvwm/fvwm: Install helpers to /usr/$(get_libdir)/ (multilib_strict) (diff) | |
download | mv-858d01e7c271228c1345c5ba8b8dc8f976c4444e.tar.gz mv-858d01e7c271228c1345c5ba8b8dc8f976c4444e.tar.bz2 mv-858d01e7c271228c1345c5ba8b8dc8f976c4444e.zip |
add some keywords and make repoman happy
Diffstat (limited to 'app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild')
-rw-r--r-- | app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild b/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild index 5743ebd7..0941b65f 100644 --- a/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild +++ b/app-shells/auto-fu-zsh/auto-fu-zsh-0.0.1.12-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 pPN=${PN%-zsh} mPN="${pPN}.zsh" NEED_PATCHES=false -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~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" case ${PV} in 99999999*) EGIT_REPO_URI="git://github.com/hchbaw/${mPN}.git" @@ -20,7 +20,7 @@ case ${PV} in EGIT_COMMIT="42dbef5da89360f132cce010004d4c674a13c951" SRC_URI="https://github.com/hchbaw/${mPN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${mPN}-${EGIT_COMMIT}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~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";; *) RESTRICT="mirror" SRC_URI="https://github.com/hchbaw/${mPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |