Updated minipro and pcb2gcode ebuilds

This commit is contained in:
layman
2020-02-15 17:47:19 +01:00
parent f878933bb8
commit 9ac1fe2c59
4 changed files with 9 additions and 13 deletions
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EAPI=7
inherit multilib
@@ -12,7 +12,7 @@ HOMEPAGE="http://sourceforge.net/apps/mediawiki/pcb2gcode/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/pcb2gcode/pcb2gcode.git"
KEYWORDS=""
inherit autotools-utils autotools eutils git-r3
inherit autotools eutils git-r3
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
@@ -25,12 +25,15 @@ SLOT="0"
IUSE=""
RDEPEND="sci-electronics/gerbv"
DEPEND="${RDEPEND}"
DEPEND="dev-cpp/gtkmm:2.4
dev-libs/boost
${RDEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
eautoreconf -i
fi
default
}
src_install() {