mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-30 12:18:17 +01:00
22 lines
808 B
Bash
22 lines
808 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0.ebuild,v 1.12 2013/02/21 05:14:05 zmedico Exp $
|
|
|
|
EAPI=2
|
|
|
|
DESCRIPTION="Virtual for the pkg-config implementation"
|
|
HOMEPAGE=""
|
|
SRC_URI=""
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
|| (
|
|
dev-util/pkgconf[pkg-config]
|
|
>=dev-util/pkgconfig-0.27.1
|
|
dev-util/pkgconfig-openbsd[pkg-config]
|
|
)"
|
|
RDEPEND="${DEPEND}"
|