1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-06 18:25:46 +01:00

Updated grafx2 ebuild with latest source

This commit is contained in:
2018-03-17 18:39:40 +01:00
parent b9a8903a65
commit edbd89aedc
2 changed files with 4 additions and 10 deletions

View File

@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
EAPI=6
inherit subversion
inherit git-r3
DESCRIPTION="Bitmap paint program inspired by Deluxe Paint and Brilliance"
HOMEPAGE="https://code.google.com/p/grafx2/"
ESVN_REPO_URI="svn://pulkomandy.tk/GrafX2/trunk"
EGIT_REPO_URI="https://gitlab.com/GrafX2/grafX2.git"
LICENSE="GNU GPL v2"
SLOT="0"
@@ -24,8 +24,6 @@ DEPEND=">=media-libs/libsdl-1.2
RDEPEND="${DEPEND}"
src_compile() {
cd src
sed -i 's/-liconv//' Makefile
make || die
}