diff options
Diffstat (limited to 'dev-db/recutils')
-rw-r--r-- | dev-db/recutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/recutils/recutils-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/recutils/ChangeLog b/dev-db/recutils/ChangeLog index 8691d7ff1469..b51b2b8f21cf 100644 --- a/dev-db/recutils/ChangeLog +++ b/dev-db/recutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/recutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.1 2012/01/15 02:16:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/ChangeLog,v 1.2 2012/05/03 02:33:10 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> recutils-1.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *recutils-1.5 (15 Jan 2012) diff --git a/dev-db/recutils/recutils-1.5.ebuild b/dev-db/recutils/recutils-1.5.ebuild index 5fb0f7a79407..8216f7361ff4 100644 --- a/dev-db/recutils/recutils-1.5.ebuild +++ b/dev-db/recutils/recutils-1.5.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-db/recutils/recutils-1.5.ebuild,v 1.1 2012/01/15 02:16:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/recutils/recutils-1.5.ebuild,v 1.2 2012/05/03 02:33:10 jdhore Exp $ EAPI=4 @@ -31,7 +31,7 @@ RDEPEND="sys-libs/readline ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" SITEFILE="50${PN}-gentoo.el" |