diff options
author | 2009-09-23 16:42:36 +0000 | |
---|---|---|
committer | 2009-09-23 16:42:36 +0000 | |
commit | 0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54 (patch) | |
tree | 90eb4451a0748f942316ea5b87cdcfb910352725 /app-text/rpl | |
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/rpl')
-rw-r--r-- | app-text/rpl/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/rpl/ChangeLog b/app-text/rpl/ChangeLog index 828883e28231..85ad252dea9f 100644 --- a/app-text/rpl/ChangeLog +++ b/app-text/rpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rpl -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.18 2009/04/13 02:24:07 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.19 2009/09/23 16:38:36 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> rpl-1.4.0.ebuild: + Remove virtual/libc 13 Apr 2009; Jeremy Olexa <darkside@gentoo.org> rpl-1.4.0.ebuild: QA: respect CC, bug 243748 diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index 95607113d7a9..e8c11716ec3d 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.22 2009/04/13 02:24:07 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.23 2009/09/23 16:38:36 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 mips ppc sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |