diff options
author | 2016-05-27 06:10:15 +0200 | |
---|---|---|
committer | 2016-05-27 06:10:15 +0200 | |
commit | b821d4a0d73cd415d5b0d607d5aa9135a62d15d8 (patch) | |
tree | b05dbb515dee37b405a4a9c3be071874e397466f /dev-lang/nqp/nqp-2016.04-r4.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-r4.ebuild')
-rw-r--r-- | dev-lang/nqp/nqp-2016.04-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/nqp/nqp-2016.04-r4.ebuild b/dev-lang/nqp/nqp-2016.04-r4.ebuild index 54d68a5..02c414d 100644 --- a/dev-lang/nqp/nqp-2016.04-r4.ebuild +++ b/dev-lang/nqp/nqp-2016.04-r4.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" |