summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-26 00:34:11 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-26 00:34:35 +0100
commit68417f99f75bef3802c735ae88ffdf0ff1ccd39f (patch)
tree00c2246b19cda96463adefeaaf6948b36d8495c0
parentmedia-libs/lensfun: Fix cmake flags, bump to EAPI 6 (diff)
downloadgentoo-68417f99f75bef3802c735ae88ffdf0ff1ccd39f.tar.gz
gentoo-68417f99f75bef3802c735ae88ffdf0ff1ccd39f.tar.bz2
gentoo-68417f99f75bef3802c735ae88ffdf0ff1ccd39f.zip
dev-lang/squirrel: amd64 stable, bug 642052
Bug: https://bugs.gentoo.org/642052 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-lang/squirrel/squirrel-3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/squirrel/squirrel-3.1.ebuild b/dev-lang/squirrel/squirrel-3.1.ebuild
index 0b304c06c11b..24447c355730 100644
--- a/dev-lang/squirrel/squirrel-3.1.ebuild
+++ b/dev-lang/squirrel/squirrel-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/albertodemichelis/squirrel/archive/v${PV}.tar.gz ->
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples static-libs"
RDEPEND=""