mgorny 14/03/30 11:38:46 Modified: ChangeLog Added: pkgconfig-0-r1.ebuild Log: Enable multilib support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.17 virtual/pkgconfig/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 18 Jan 2014 04:44:18 -0000 1.16 +++ ChangeLog 30 Mar 2014 11:38:46 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for virtual/pkgconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.16 2014/01/18 04:44:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/ChangeLog,v 1.17 2014/03/30 11:38:46 mgorny Exp $ + +*pkgconfig-0-r1 (30 Mar 2014) + + 30 Mar 2014; Michał Górny <[email protected]> +pkgconfig-0-r1.ebuild: + Enable multilib support. 18 Jan 2014; Mike Frysinger <[email protected]> pkgconfig-0.ebuild: Add arm64 love. 1.1 virtual/pkgconfig/pkgconfig-0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild?rev=1.1&content-type=text/plain Index: pkgconfig-0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/pkgconfig/pkgconfig-0-r1.ebuild,v 1.1 2014/03/30 11:38:46 mgorny Exp $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual for the pkg-config implementation" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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="" RDEPEND=" || ( >=dev-util/pkgconfig-0.28-r1[${MULTILIB_USEDEP}] >=dev-util/pkgconf-0.9.3-r1[pkg-config,${MULTILIB_USEDEP}] >=dev-util/pkgconfig-openbsd-20130507-r1[pkg-config,${MULTILIB_USEDEP}] )"
