fixes blocker for dev-embedded/arduino-libs

This commit is contained in:
Martin 2017-04-13 08:37:18 +02:00
parent 30a53f4dbd
commit a480d8dc64

View file

@ -6,16 +6,16 @@ EAPI=5
inherit eutils
DESCRIPTION="An open-source AVR electronics prototyping platform"
HOMEPAGE="http://arduino.cc/ https://arduino.googlecode.com/"
DESCRIPTION="Arduino libraries and so-called cores with no Java garbage in sight."
HOMEPAGE="https://arduino.cc/"
SRC_URI="https://github.com/arduino/Arduino/archive/${PV}.tar.gz -> arduino-${PV}.tar.gz"
LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND=""
RDEPEND="!dev-embedded/arduino"
DEPEND="${RDEPEND}"
S="${WORKDIR}/Arduino-${PV}"