diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:52:08 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:52:08 +0000 |
commit | cf272607246a99a43059baec2fdef8f9bb3fd35f (patch) | |
tree | 6965bc0318c6890d870fa5eaea2aa8042de8f761 /sci-calculators/tiemu | |
parent | Require <openssl-1.0.1 for bug #414501, 4.78 will come with 1.0.1 support (diff) | |
download | gentoo-2-cf272607246a99a43059baec2fdef8f9bb3fd35f.tar.gz gentoo-2-cf272607246a99a43059baec2fdef8f9bb3fd35f.tar.bz2 gentoo-2-cf272607246a99a43059baec2fdef8f9bb3fd35f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-calculators/tiemu')
-rw-r--r-- | sci-calculators/tiemu/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/tiemu/tiemu-3.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog index 008ef5354984..858779c26da1 100644 --- a/sci-calculators/tiemu/ChangeLog +++ b/sci-calculators/tiemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/tiemu -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.7 2011/04/13 06:21:23 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.8 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> tiemu-3.03.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> tiemu-3.03.ebuild, +files/tiemu-3.03-r2820.patch: diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild index a65b027df2aa..94d47b18fadd 100644 --- a/sci-calculators/tiemu/tiemu-3.03.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.6 2011/04/13 06:21:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.7 2012/05/04 06:52:08 jdhore Exp $ EAPI=2 inherit eutils @@ -26,7 +26,7 @@ RDEPEND="sci-libs/libticables2 xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-proto/xineramaproto )" |