diff options
Diffstat (limited to 'dev-lisp/gcl')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r2.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index dfadb9aa77d9..b38e17f054b6 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.43 2007/02/03 17:55:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.44 2007/07/02 15:03:30 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> gcl-2.6.7-r2.ebuild: + (QA) RESTRICT clean up. 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> gcl-2.6.7-r2.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild index 6bee043ea577..f89416d0a0fe 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.4 2007/02/03 17:55:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.5 2007/07/02 15:03:30 peper Exp $ inherit elisp-common flag-o-matic @@ -16,7 +16,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="emacs readline debug X tk doc ansi" -RESTRICT="sandbox" RDEPEND="emacs? ( virtual/emacs ) readline? ( sys-libs/readline ) |