diff options
Diffstat (limited to 'sci-libs/libtifiles2')
-rw-r--r-- | sci-libs/libtifiles2/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/libtifiles2/ChangeLog b/sci-libs/libtifiles2/ChangeLog index 1eedb590b95b..a34c608ca8aa 100644 --- a/sci-libs/libtifiles2/ChangeLog +++ b/sci-libs/libtifiles2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libtifiles2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.6 2012/02/19 13:44:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.7 2012/05/04 08:22:50 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libtifiles2-1.1.3.ebuild, + libtifiles2-1.1.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *libtifiles2-1.1.5 (19 Feb 2012) diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild index f85a88f98295..8a32a1c5db8d 100644 --- a/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild +++ b/sci-libs/libtifiles2/libtifiles2-1.1.3.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/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild,v 1.2 2012/02/19 13:44:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild,v 1.3 2012/05/04 08:22:50 jdhore Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND="dev-libs/glib:2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" src_prepare() { diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild index 515432762d15..c846322dc8f9 100644 --- a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild +++ b/sci-libs/libtifiles2/libtifiles2-1.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/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild,v 1.1 2012/02/19 13:44:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild,v 1.2 2012/05/04 08:22:50 jdhore Exp $ EAPI=4 @@ -21,7 +21,7 @@ RDEPEND="dev-libs/glib:2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) |