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 | 0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54 (patch) | |
tree | 90eb4451a0748f942316ea5b87cdcfb910352725 /app-text/unrtf | |
parent | Remove virtual/libc (diff) | |
download | historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.gz historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.bz2 historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-text/unrtf')
-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() { |