diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:08:11 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:08:11 +0000 |
commit | 1e1b393b8e530b14fcc10a1512581014f8888289 (patch) | |
tree | a26fa8b2f4ac4744ee08375a002e5b99fb0eca64 /net-analyzer/greenbone-security-assistant | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-1e1b393b8e530b14fcc10a1512581014f8888289.tar.gz gentoo-2-1e1b393b8e530b14fcc10a1512581014f8888289.tar.bz2 gentoo-2-1e1b393b8e530b14fcc10a1512581014f8888289.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/greenbone-security-assistant')
-rw-r--r-- | net-analyzer/greenbone-security-assistant/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/greenbone-security-assistant/ChangeLog b/net-analyzer/greenbone-security-assistant/ChangeLog index 9e79d4cfdb2d..a80a8f26619a 100644 --- a/net-analyzer/greenbone-security-assistant/ChangeLog +++ b/net-analyzer/greenbone-security-assistant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/greenbone-security-assistant # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.2 2012/03/27 11:51:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.3 2012/05/04 06:08:09 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> + greenbone-security-assistant-2.0.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 27 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> files/gsad, greenbone-security-assistant-2.0.1.ebuild: diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild index 71af83976f8d..8d26f63183b8 100644 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.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/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild,v 1.2 2012/03/27 11:51:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-2.0.1.ebuild,v 1.3 2012/05/04 06:08:09 jdhore Exp $ EAPI=4 @@ -19,7 +19,7 @@ RDEPEND=">=net-analyzer/openvas-libraries-4 dev-libs/libxslt net-libs/libmicrohttpd" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="ChangeLog CHANGES README" |