diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 08:12:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 08:12:56 +0000 |
commit | 289b6c1a6580eb952383e0eb2ce00319301d1b09 (patch) | |
tree | 0c69e49491f45b681685b981e7f23f6494a094ae /sys-apps/gluelog | |
parent | don't assign default to S (Manifest recommit) (diff) | |
download | gentoo-2-289b6c1a6580eb952383e0eb2ce00319301d1b09.tar.gz gentoo-2-289b6c1a6580eb952383e0eb2ce00319301d1b09.tar.bz2 gentoo-2-289b6c1a6580eb952383e0eb2ce00319301d1b09.zip |
don't assign default to S; IUSE; tidy
Diffstat (limited to 'sys-apps/gluelog')
-rw-r--r-- | sys-apps/gluelog/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/gluelog/gluelog-1.0-r2.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/gluelog/ChangeLog b/sys-apps/gluelog/ChangeLog index 4148d6e3a7a4..b20ccfa28e6e 100644 --- a/sys-apps/gluelog/ChangeLog +++ b/sys-apps/gluelog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gluelog -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/ChangeLog,v 1.6 2003/02/12 08:59:00 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/ChangeLog,v 1.7 2004/06/14 08:12:56 mr_bones_ Exp $ + + 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gluelog-1.0-r2.ebuild: + don't assign default to S; IUSE; tidy 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/sys-apps/gluelog/gluelog-1.0-r2.ebuild b/sys-apps/gluelog/gluelog-1.0-r2.ebuild index 929b6865ef4f..fef66c574eab 100644 --- a/sys-apps/gluelog/gluelog-1.0-r2.ebuild +++ b/sys-apps/gluelog/gluelog-1.0-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.12 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.13 2004/06/14 08:12:56 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" HOMEPAGE="http://www.linuxuser.co.za/projects.php3" -KEYWORDS="x86 amd64 ppc sparc " -SLOT="0" -LICENSE="GPL-2" SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 ppc sparc " +IUSE="" + DEPEND="virtual/glibc" src_compile() { |