diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
commit | 642be9343da9901427f91800480d462b976a7184 (patch) | |
tree | 2186ecf7d810f767ba47848346392126215f0743 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-642be9343da9901427f91800480d462b976a7184.tar.gz gentoo-2-642be9343da9901427f91800480d462b976a7184.tar.bz2 gentoo-2-642be9343da9901427f91800480d462b976a7184.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | app-text/utrac/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/utrac/utrac-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/utrac/ChangeLog b/app-text/utrac/ChangeLog index 613c04a212b6..2a2eefd6f556 100644 --- a/app-text/utrac/ChangeLog +++ b/app-text/utrac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/utrac -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/utrac/ChangeLog,v 1.2 2008/06/01 08:38:50 wschlich Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/utrac/ChangeLog,v 1.3 2009/09/23 16:42:36 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> utrac-0.3.0.ebuild: + Remove virtual/libc 01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> utrac-0.3.0.ebuild: add missing IUSE as per bug #224375 diff --git a/app-text/utrac/utrac-0.3.0.ebuild b/app-text/utrac/utrac-0.3.0.ebuild index 9bb38c478fff..c5d7eb70f26c 100644 --- a/app-text/utrac/utrac-0.3.0.ebuild +++ b/app-text/utrac/utrac-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/utrac/utrac-0.3.0.ebuild,v 1.2 2008/06/01 08:38:50 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/utrac/utrac-0.3.0.ebuild,v 1.3 2009/09/23 16:42:36 patrick Exp $ IUSE="" DESCRIPTION="Universal Text Recognizer and Converter" @@ -9,7 +9,7 @@ SRC_URI="http://utrac.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} sys-apps/sed" src_unpack() { |