This commit is contained in:
Marcin Woźniak 2020-05-10 17:47:52 +02:00
parent 8592dcd3ce
commit 51ff325d69
1 changed files with 1 additions and 8 deletions

View File

@ -12,17 +12,10 @@ EGIT_REPO_URI="${HOMEPAGE}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
IUSE="jpeg png svg"
DEPEND="media-gfx/imagemagick
net-im/pidgin
dev-vcs/git
dev-libs/json-glib"
RDEPEND="${DEPEND}"
src_compile() {
econf \
$(use_enable svg png jpeg) \
|| die "Error: econf failed!"
emake || die "Error: emake failed!"
}