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

(-)a/app-portage/portage-utils/portage-utils-0.80_pre20190605.ebuild (-14 / +9 lines)
Lines 3-16 Link Here
3
3
4
EAPI="6"
4
EAPI="6"
5
5
6
inherit toolchain-funcs
7
8
DESCRIPTION="Small and fast Portage helper tools written in C"
6
DESCRIPTION="Small and fast Portage helper tools written in C"
9
HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
7
HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
10
8
11
LICENSE="GPL-2"
9
LICENSE="GPL-2"
12
SLOT="0"
10
SLOT="0"
13
IUSE="nls static openmp +qmanifest libressl"
11
IUSE="nls openmp +qmanifest libressl"
14
12
15
if [[ ${PV} == *9999 ]]; then
13
if [[ ${PV} == *9999 ]]; then
16
	inherit git-r3 autotools
14
	inherit git-r3 autotools
Lines 21-44 else Link Here
21
	KEYWORDS="~amd64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
	KEYWORDS="~amd64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22
fi
20
fi
23
21
24
RDEPEND="dev-libs/iniparser:0"
22
DEPEND="dev-libs/iniparser:0
25
DEPEND="${RDEPEND}
26
	app-arch/xz-utils
27
	static? ( dev-libs/iniparser:0[static-libs] )
28
	qmanifest? (
23
	qmanifest? (
24
		app-crypt/gpgme
25
		app-crypt/libb2
26
		sys-libs/zlib
27
		!libressl? ( dev-libs/openssl:0= )
28
		libressl? ( dev-libs/libressl:0= )
29
		openmp? (
29
		openmp? (
30
			|| (
30
			|| (
31
				>=sys-devel/gcc-4.2:*[openmp]
31
				>=sys-devel/gcc-4.2:*[openmp]
32
				sys-devel/clang-runtime:*[openmp]
32
				sys-devel/clang-runtime:*[openmp]
33
			)
33
			)
34
		)
34
		)
35
		app-crypt/libb2
35
	)"
36
		!libressl? ( dev-libs/openssl:0= )
36
RDEPEND="${DEPEND}"
37
		libressl? ( dev-libs/libressl:0= )
38
		sys-libs/zlib
39
		app-crypt/gpgme
40
	)
41
	"
42
37
43
src_prepare() {
38
src_prepare() {
44
	default
39
	default
(-)a/app-portage/portage-utils/portage-utils-9999.ebuild (-15 / +9 lines)
Lines 3-16 Link Here
3
3
4
EAPI="6"
4
EAPI="6"
5
5
6
inherit toolchain-funcs
7
8
DESCRIPTION="Small and fast Portage helper tools written in C"
6
DESCRIPTION="Small and fast Portage helper tools written in C"
9
HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
7
HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
10
8
11
LICENSE="GPL-2"
9
LICENSE="GPL-2"
12
SLOT="0"
10
SLOT="0"
13
IUSE="nls static openmp +qmanifest libressl"
11
IUSE="nls openmp +qmanifest libressl"
14
12
15
if [[ ${PV} == *9999 ]]; then
13
if [[ ${PV} == *9999 ]]; then
16
	inherit git-r3 autotools
14
	inherit git-r3 autotools
Lines 21-44 else Link Here
21
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22
fi
20
fi
23
21
24
RDEPEND="dev-libs/iniparser:0"
22
DEPEND="dev-libs/iniparser:0
25
DEPEND="${RDEPEND}
26
	app-arch/xz-utils
27
	static? ( dev-libs/iniparser:0[static-libs] )
28
	qmanifest? (
23
	qmanifest? (
24
		app-crypt/gpgme
25
		app-crypt/libb2
26
		sys-libs/zlib
27
		!libressl? ( dev-libs/openssl:0= )
28
		libressl? ( dev-libs/libressl:0= )
29
		openmp? (
29
		openmp? (
30
			|| (
30
			|| (
31
				>=sys-devel/gcc-4.2:*[openmp]
31
				>=sys-devel/gcc-4.2:*[openmp]
32
				sys-devel/clang-runtime:*[openmp]
32
				sys-devel/clang-runtime:*[openmp]
33
			)
33
			)
34
		)
34
		)
35
		app-crypt/libb2
35
	)"
36
		!libressl? ( dev-libs/openssl:0= )
36
RDEPEND="${DEPEND}"
37
		libressl? ( dev-libs/libressl:0= )
38
		sys-libs/zlib
39
		app-crypt/gpgme
40
	)
41
	"
42
37
43
src_prepare() {
38
src_prepare() {
44
	default
39
	default
45
- 

Return to bug 687512