diff options
author | 2012-01-17 00:46:08 +0000 | |
---|---|---|
committer | 2012-01-17 00:46:08 +0000 | |
commit | e2bfe6f2712fd625162d3c8ecaa7a62b967d7c78 (patch) | |
tree | df0b951a5e8a97c3516d6084eaa7d0cfcf980766 /dev-util/pkgconfig-openbsd | |
parent | Use "archname" instead of "ARCH" from Config.pm of dev-lang/perl to avoid war... (diff) | |
download | gentoo-2-e2bfe6f2712fd625162d3c8ecaa7a62b967d7c78.tar.gz gentoo-2-e2bfe6f2712fd625162d3c8ecaa7a62b967d7c78.tar.bz2 gentoo-2-e2bfe6f2712fd625162d3c8ecaa7a62b967d7c78.zip |
Missing virtual/perl-Getopt-Long RDEPEND for "use Getopt::Long;" in /usr/bin/pkg-config-openbsd.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconfig-openbsd')
-rw-r--r-- | dev-util/pkgconfig-openbsd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/pkgconfig-openbsd/ChangeLog b/dev-util/pkgconfig-openbsd/ChangeLog index 1e98350a1480..cd0af2f312c5 100644 --- a/dev-util/pkgconfig-openbsd/ChangeLog +++ b/dev-util/pkgconfig-openbsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/pkgconfig-openbsd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.2 2012/01/17 00:43:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.3 2012/01/17 00:46:08 ssuominen Exp $ + + 17 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + pkgconfig-openbsd-20120116.ebuild: + Missing virtual/perl-Getopt-Long RDEPEND for "use Getopt::Long;" in + /usr/bin/pkg-config-openbsd. 17 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-openbsd-20120116.ebuild: diff --git a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild index 3491b1ecb461..eda48ea95aa2 100644 --- a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild +++ b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.2 2012/01/17 00:43:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120116.ebuild,v 1.3 2012/01/17 00:46:08 ssuominen Exp $ # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config # cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config/pkg-config.1 @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND="dev-lang/perl" +RDEPEND="dev-lang/perl + virtual/perl-Getopt-Long" DEPEND="" S=${WORKDIR}/src |