diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 13:54:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 13:54:24 +0200 |
commit | a479d11971ab3d2539e552883728b4bb37414e16 (patch) | |
tree | 2e3847c9c907e4a581137ea3d9672820faf579fc /dev-embedded | |
parent | dev-embedded/arduino-builder: x86 stable (bug #668220) (diff) | |
download | gentoo-a479d11971ab3d2539e552883728b4bb37414e16.tar.gz gentoo-a479d11971ab3d2539e552883728b4bb37414e16.tar.bz2 gentoo-a479d11971ab3d2539e552883728b4bb37414e16.zip |
dev-embedded/arduino-ctags: x86 stable (bug #668220)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild index e2bcd0810ab1..5fdb6990c1fe 100644 --- a/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild +++ b/dev-embedded/arduino-ctags/arduino-ctags-20161123.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/arduino/ctags/archive/${COMMITHASH}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" S="${WORKDIR}/ctags-${COMMITHASH}" |