diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:41:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:41:58 +0000 |
commit | 6254703b1e8b6abe8e51c3ed6030217797d35b7c (patch) | |
tree | fe6a3c516fd8cfe20e21ce8e938972155aa294aa /app-text | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6254703b1e8b6abe8e51c3ed6030217797d35b7c.tar.gz gentoo-2-6254703b1e8b6abe8e51c3ed6030217797d35b7c.tar.bz2 gentoo-2-6254703b1e8b6abe8e51c3ed6030217797d35b7c.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unrtf/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.19.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog index 2c6d750a83ab..617c17326aee 100644 --- a/app-text/unrtf/ChangeLog +++ b/app-text/unrtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.36 2009/09/06 20:45:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.37 2009/09/23 16:41:58 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> unrtf-0.19.9.ebuild: + Remove virtual/libc 06 Sep 2009; Brent Baude <ranger@gentoo.org> unrtf-0.20.1.ebuild: Marking unrtf-0.20.1 ppc64 stable for bug 276990 diff --git a/app-text/unrtf/unrtf-0.19.9.ebuild b/app-text/unrtf/unrtf-0.19.9.ebuild index 79476c28ba51..c9a59407a49a 100644 --- a/app-text/unrtf/unrtf-0.19.9.ebuild +++ b/app-text/unrtf/unrtf-0.19.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/unrtf/unrtf-0.19.9.ebuild,v 1.1 2006/02/17 01:35:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.9.ebuild,v 1.2 2009/09/23 16:41:58 patrick Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~s390 ~x86 ~sparc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S="${WORKDIR}/${MY_P}" src_compile() { |