diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-03 16:35:34 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-03 16:35:34 +0000 |
commit | 117deef8e9eb652cf2261274b31fedc6f80199f3 (patch) | |
tree | b599b8baa2e4a6fc6ee55f642e831193442c316f /app-emulation/systemsim-cell | |
parent | Version bump (diff) | |
download | gentoo-2-117deef8e9eb652cf2261274b31fedc6f80199f3.tar.gz gentoo-2-117deef8e9eb652cf2261274b31fedc6f80199f3.tar.bz2 gentoo-2-117deef8e9eb652cf2261274b31fedc6f80199f3.zip |
Add a new revision that depends on tcl/tk-8.4* (this is binary package linking against version 8.4)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation/systemsim-cell')
-rw-r--r-- | app-emulation/systemsim-cell/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild (renamed from app-emulation/systemsim-cell/systemsim-cell-3.0-r1.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-emulation/systemsim-cell/ChangeLog b/app-emulation/systemsim-cell/ChangeLog index 881ea9156e1d..35f4f8a5c85e 100644 --- a/app-emulation/systemsim-cell/ChangeLog +++ b/app-emulation/systemsim-cell/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/systemsim-cell # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/ChangeLog,v 1.3 2008/02/21 20:30:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/ChangeLog,v 1.4 2008/04/03 16:35:34 corsair Exp $ + +*systemsim-cell-3.0-r2 (03 Apr 2008) + + 03 Apr 2008; Markus Rothe <corsair@gentoo.org> + -systemsim-cell-3.0-r1.ebuild, +systemsim-cell-3.0-r2.ebuild: + Add a new revision that depends on tcl/tk-8.4* (this is binary package + linking against version 8.4) *systemsim-cell-3.0-r1 (21 Feb 2008) diff --git a/app-emulation/systemsim-cell/systemsim-cell-3.0-r1.ebuild b/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild index 99d9dd0bf6d2..5505b43887b5 100644 --- a/app-emulation/systemsim-cell/systemsim-cell-3.0-r1.ebuild +++ b/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/systemsim-cell-3.0-r1.ebuild,v 1.1 2008/02/21 20:30:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild,v 1.1 2008/04/03 16:35:34 corsair Exp $ inherit rpm eutils @@ -18,8 +18,8 @@ IUSE="" SYSTEMSIM_DIR="/opt/ibm/systemsim-cell" IMAGE_PATH="/usr/share/${PN}/image" -DEPEND=">=dev-lang/tcl-8.4.10 - >=dev-lang/tk-8.4.10" +DEPEND="=dev-lang/tcl-8.4* + =dev-lang/tk-8.4*" RESTRICT="fetch" S="${WORKDIR}" |