Lines 4-16
Link Here
|
4 |
|
4 |
|
5 |
EAPI=4 |
5 |
EAPI=4 |
6 |
|
6 |
|
7 |
inherit flag-o-matic libtool multilib |
7 |
inherit flag-o-matic libtool multilib autotools |
8 |
|
8 |
|
9 |
MY_P=pkg-config-${PV} |
9 |
MY_P=pkg-config-${PV} |
10 |
|
10 |
|
11 |
if [[ ${PV} == *9999* ]]; then |
11 |
if [[ ${PV} == *9999* ]]; then |
12 |
EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config" |
12 |
EGIT_REPO_URI="git://anongit.freedesktop.org/pkg-config" |
13 |
inherit autotools git-2 |
13 |
inherit git-2 |
14 |
else |
14 |
else |
15 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
16 |
SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" |
16 |
SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" |
Lines 34-44
Link Here
|
34 |
DOCS=( AUTHORS NEWS README ) |
34 |
DOCS=( AUTHORS NEWS README ) |
35 |
|
35 |
|
36 |
src_prepare() { |
36 |
src_prepare() { |
37 |
if [[ ${PV} == *9999* ]]; then |
37 |
# required for correct libtool syslib-search-path in cross-prefix |
38 |
eautoreconf |
38 |
eautoreconf |
39 |
else |
|
|
40 |
elibtoolize # Required for FreeMiNT wrt #333429 |
41 |
fi |
42 |
} |
39 |
} |
43 |
|
40 |
|
44 |
src_configure() { |
41 |
src_configure() { |