diff options
author | 2007-01-12 13:02:39 +0000 | |
---|---|---|
committer | 2007-01-12 13:02:39 +0000 | |
commit | 35a5c86cd8855a129723c619e5934880bdc4c326 (patch) | |
tree | 3a66db057aece3afe7eb99612922d0d4a8d4e5f5 /dev-util/aegis | |
parent | a2x calls xsltproc at runtime, so fix deps. (diff) | |
download | gentoo-2-35a5c86cd8855a129723c619e5934880bdc4c326.tar.gz gentoo-2-35a5c86cd8855a129723c619e5934880bdc4c326.tar.bz2 gentoo-2-35a5c86cd8855a129723c619e5934880bdc4c326.zip |
fix for bug 17808: split tcltk USE flag into tk and tcl
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/aegis')
-rw-r--r-- | dev-util/aegis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/aegis/aegis-4.19.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/aegis/ChangeLog b/dev-util/aegis/ChangeLog index 9c5a95d69815..f720171a2af9 100644 --- a/dev-util/aegis/ChangeLog +++ b/dev-util/aegis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/aegis -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.17 2005/12/16 13:09:33 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/ChangeLog,v 1.18 2007/01/12 13:02:39 opfer Exp $ + + 12 Jan 2007; Christian Faulhammer <opfer@gentoo.org> aegis-4.19.ebuild: + fix for bug 17808: split tcltk USE flag into tk and tcl 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> aegis-4.19.ebuild: Replace root:root in root:0. Bug #103563. diff --git a/dev-util/aegis/aegis-4.19.ebuild b/dev-util/aegis/aegis-4.19.ebuild index 48a4b1ae7453..0d51f555f3c5 100644 --- a/dev-util/aegis/aegis-4.19.ebuild +++ b/dev-util/aegis/aegis-4.19.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.19.ebuild,v 1.3 2005/12/16 13:09:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aegis/aegis-4.19.ebuild,v 1.4 2007/01/12 13:02:39 opfer Exp $ -IUSE="tcltk" +IUSE="tk" DESCRIPTION="A transaction based revision control system" SRC_URI="mirror://sourceforge/aegis/${P}.tar.gz" @@ -12,7 +12,7 @@ DEPEND="sys-libs/zlib sys-devel/gettext sys-apps/groff sys-devel/bison - tcltk? ( >=dev-lang/tk-8.3 )" + tk? ( >=dev-lang/tk-8.3 )" SLOT="0" LICENSE="GPL-2" |