Updated minipro and pcb2gcode ebuilds
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user