diff options
author | 2003-11-16 09:15:38 +0000 | |
---|---|---|
committer | 2003-11-16 09:15:38 +0000 | |
commit | d1d1d3f11743ea040f614140f40c613ae55b36c0 (patch) | |
tree | 5ca97e585bb1ae8802d430deee76976dfb12a2e1 /net-libs/libtlen/libtlen-20031114.ebuild | |
parent | update HOMEPAGE (diff) | |
download | gentoo-2-d1d1d3f11743ea040f614140f40c613ae55b36c0.tar.gz gentoo-2-d1d1d3f11743ea040f614140f40c613ae55b36c0.tar.bz2 gentoo-2-d1d1d3f11743ea040f614140f40c613ae55b36c0.zip |
repoman fixes
Diffstat (limited to 'net-libs/libtlen/libtlen-20031114.ebuild')
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild index 7dca8b7daba0..4e13718ac418 100644 --- a/net-libs/libtlen/libtlen-20031114.ebuild +++ b/net-libs/libtlen/libtlen-20031114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU Library General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.1 2003/11/15 07:18:55 seemant Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.2 2003/11/16 09:15:36 seemant Exp $ IUSE="" @@ -16,12 +16,12 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" DEPEND="virtual/glibc" src_compile() { - econf \ - --enable-shared || die - emake CFLAGS="${CFLAGS}" all || die + econf \ + --enable-shared || die + emake CFLAGS="${CFLAGS}" all || die } src_install() { - einstall || die - dodoc ChangeLog + einstall || die + dodoc ChangeLog } |