diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-05-27 06:10:15 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-05-27 06:10:15 +0200 |
commit | b821d4a0d73cd415d5b0d607d5aa9135a62d15d8 (patch) | |
tree | b05dbb515dee37b405a4a9c3be071874e397466f /dev-lang/nqp/nqp-2016.04-r5.ebuild | |
parent | update chroot-here.sh (diff) | |
download | tbc-b821d4a0d73cd415d5b0d607d5aa9135a62d15d8.tar.gz tbc-b821d4a0d73cd415d5b0d607d5aa9135a62d15d8.tar.bz2 tbc-b821d4a0d73cd415d5b0d607d5aa9135a62d15d8.zip |
remove keywords from perl ebuilds since the stuff is about to get pushed
to the tree
Diffstat (limited to 'dev-lang/nqp/nqp-2016.04-r5.ebuild')
-rw-r--r-- | dev-lang/nqp/nqp-2016.04-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/nqp/nqp-2016.04-r5.ebuild b/dev-lang/nqp/nqp-2016.04-r5.ebuild index 82d2b2b..4f0bf1f 100644 --- a/dev-lang/nqp/nqp-2016.04-r5.ebuild +++ b/dev-lang/nqp/nqp-2016.04-r5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then else SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" inherit vcs-snapshot - KEYWORDS="~amd64 ~x86" + KEYWORDS="" fi DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" |