diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:56:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:56:20 +0000 |
commit | d2c8a1f78db76ee7986d887649e2a61982f04744 (patch) | |
tree | d159efab7c71c954b502fe864a1b07fcf4e752cb /net-libs | |
parent | Reverting to old kernel detection method for livecd. Integrating koutput. (Ma... (diff) | |
download | gentoo-2-d2c8a1f78db76ee7986d887649e2a61982f04744.tar.gz gentoo-2-d2c8a1f78db76ee7986d887649e2a61982f04744.tar.bz2 gentoo-2-d2c8a1f78db76ee7986d887649e2a61982f04744.zip |
Don't assign default to S
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 03666b040e51..466b42c68c07 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.2 2004/04/28 19:30:34 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.3 2004/06/23 07:56:20 mr_bones_ Exp $ + + 23 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + libtlen-20031114.ebuild: + Don't assign default to S 28 Apr 2004; Michal Januszewski <spock@gentoo.org> libtlen-20031114.ebuild: Stable on x86. diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild index 999fb847a118..c0d9b19175dc 100644 --- a/net-libs/libtlen/libtlen-20031114.ebuild +++ b/net-libs/libtlen/libtlen-20031114.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.4 2004/04/28 19:30:34 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.5 2004/06/23 07:56:20 mr_bones_ Exp $ -IUSE="" - -S=${WORKDIR}/${P} DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://libtlen.eu.org/" SRC_URI="http://libtlen.eu.org/snapshots/archive/${P}.tar.gz" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +IUSE="" DEPEND="virtual/glibc" |