diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-06-03 15:29:40 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-06-03 15:29:40 +0000 |
commit | b850982f039cb44cae201ca91d8a5ecc79b55317 (patch) | |
tree | 07b8a8700653fc2bd299f2de91c8567c09732464 /games-strategy | |
parent | initial commit. contributed by Mark Raddatz in bug #115278 (diff) | |
download | gentoo-2-b850982f039cb44cae201ca91d8a5ecc79b55317.tar.gz gentoo-2-b850982f039cb44cae201ca91d8a5ecc79b55317.tar.bz2 gentoo-2-b850982f039cb44cae201ca91d8a5ecc79b55317.zip |
Dependency on arts is optional, bug #134241
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/boson/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.11.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 49173fd1b775..11f313131b5d 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/boson # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.17 2006/05/31 15:52:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.18 2006/06/03 15:29:40 tupone Exp $ + + 03 Jun 2006; <Tupone@gentoo.org> boson-0.11.ebuild: + Dependency on arts is optional, bug #134241 by Andrei Slavoiu 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> boson-0.11.ebuild: Make sure aRTs is required. Thanks to Jakub Moc. diff --git a/games-strategy/boson/boson-0.11.ebuild b/games-strategy/boson/boson-0.11.ebuild index 2ef17abf64a7..a339096017a9 100644 --- a/games-strategy/boson/boson-0.11.ebuild +++ b/games-strategy/boson/boson-0.11.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2006 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11.ebuild,v 1.6 2006/05/31 15:52:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11.ebuild,v 1.7 2006/06/03 15:29:40 tupone Exp $ -ARTS_REQUIRED="yes" inherit kde DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" |