diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:07:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:07:30 +0000 |
commit | fb4b344bd71593befb65b285ae30b5c71a48311d (patch) | |
tree | 3f9ffdee33a560524e79534f7d0fa09a46533ed5 /app-misc/tpipe | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-fb4b344bd71593befb65b285ae30b5c71a48311d.tar.gz gentoo-2-fb4b344bd71593befb65b285ae30b5c71a48311d.tar.bz2 gentoo-2-fb4b344bd71593befb65b285ae30b5c71a48311d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/tpipe')
-rw-r--r-- | app-misc/tpipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/tpipe/tpipe-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/tpipe/ChangeLog b/app-misc/tpipe/ChangeLog index ba589e96774f..cc3ce6862931 100644 --- a/app-misc/tpipe/ChangeLog +++ b/app-misc/tpipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tpipe -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tpipe/ChangeLog,v 1.2 2008/03/30 13:20:01 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpipe/ChangeLog,v 1.3 2009/09/23 16:07:30 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> tpipe-1.6.ebuild: + Remove virtual/libc 30 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> tpipe-1.6.ebuild: Added ~amd64. diff --git a/app-misc/tpipe/tpipe-1.6.ebuild b/app-misc/tpipe/tpipe-1.6.ebuild index 039bd03bb515..3b1f140c70ef 100644 --- a/app-misc/tpipe/tpipe-1.6.ebuild +++ b/app-misc/tpipe/tpipe-1.6.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-misc/tpipe/tpipe-1.6.ebuild,v 1.3 2008/03/30 13:20:00 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpipe/tpipe-1.6.ebuild,v 1.4 2009/09/23 16:07:30 patrick Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" PREFIX=/usr CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" |