diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-02 17:11:17 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-02 17:11:17 +0000 |
commit | 63a7a4437af17b4f6d1ef2265251abb645fa39ec (patch) | |
tree | e092b87ad00941a0b1cf9f1396dfc2f1a030c357 /dev-lisp/cl-trivial-sockets | |
parent | Adding a bit more of a patch to allow selection of alt-intl variant (by accep... (diff) | |
download | gentoo-2-63a7a4437af17b4f6d1ef2265251abb645fa39ec.tar.gz gentoo-2-63a7a4437af17b4f6d1ef2265251abb645fa39ec.tar.bz2 gentoo-2-63a7a4437af17b4f6d1ef2265251abb645fa39ec.zip |
Add missing inherit for eutils.
(Portage version: 2.1_pre2)
Diffstat (limited to 'dev-lisp/cl-trivial-sockets')
-rw-r--r-- | dev-lisp/cl-trivial-sockets/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-trivial-sockets/ChangeLog b/dev-lisp/cl-trivial-sockets/ChangeLog index 510d53a0a3f1..40f4e46c99c9 100644 --- a/dev-lisp/cl-trivial-sockets/ChangeLog +++ b/dev-lisp/cl-trivial-sockets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-trivial-sockets -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/ChangeLog,v 1.5 2005/05/24 18:48:36 mkennedy Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/ChangeLog,v 1.6 2006/01/02 17:11:17 mkennedy Exp $ + + 02 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> + cl-trivial-sockets-0.2.ebuild: + Add missing inherit for eutils. 24 May 2005; <mkennedy@gentoo.org> cl-trivial-sockets-0.2.ebuild: Keywording ~sparc diff --git a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild index f25668b9eae1..691945523a0c 100644 --- a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild +++ b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.5 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.6 2006/01/02 17:11:17 mkennedy Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="A portable Common Lisp networking library for undemanding Internet clients" HOMEPAGE="http://www.cliki.net/trivial-sockets |