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 | 8f1f6d2b9fa4f561adc7205d675a4713a52e3080 (patch) | |
tree | 8ac4c30f14ba8cc61ef8ebb1c4742a4903646512 /dev-lisp/cl-trivial-sockets | |
parent | Adding a bit more of a patch to allow selection of alt-intl variant (by accep... (diff) | |
download | historical-8f1f6d2b9fa4f561adc7205d675a4713a52e3080.tar.gz historical-8f1f6d2b9fa4f561adc7205d675a4713a52e3080.tar.bz2 historical-8f1f6d2b9fa4f561adc7205d675a4713a52e3080.zip |
Add missing inherit for eutils.
Package-Manager: portage-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 |