Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 712400
Collapse All | Expand All

(-)elt-patches-20170826.1.ebuild (-3 / +6 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=7
5
6
GITREV="a13029e428c2bc84343bb0a3d629ab7c7f33590c"
5
7
6
DESCRIPTION="Collection of patches for libtool.eclass"
8
DESCRIPTION="Collection of patches for libtool.eclass"
7
HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
9
HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
8
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
10
SRC_URI="https://gitweb.gentoo.org/proj/elt-patches.git/snapshot/elt-patches-${GITREV}.tar.bz2"
9
11
10
LICENSE="GPL-2"
12
LICENSE="GPL-2"
11
SLOT="0"
13
SLOT="0"
Lines 13-19 Link Here
13
IUSE=""
15
IUSE=""
14
16
15
RDEPEND="sys-apps/gentoo-functions"
17
RDEPEND="sys-apps/gentoo-functions"
16
DEPEND="app-arch/xz-utils"
18
19
S=${WORKDIR}/${PN}-${GITREV}
17
20
18
src_compile() {
21
src_compile() {
19
	emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
22
	emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"

Return to bug 712400