diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-15 00:35:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-15 00:35:22 +0000 |
commit | f07a736f69b266892ac76062345a2d7f77b6c98e (patch) | |
tree | c690a76db1fce11afd4093fbb3ad275f1b632b77 /games-action/descent3 | |
parent | Bug #192559 - Increase bash version dependency to bash-3.1_p17 due to color m... (diff) | |
download | gentoo-2-f07a736f69b266892ac76062345a2d7f77b6c98e.tar.gz gentoo-2-f07a736f69b266892ac76062345a2d7f77b6c98e.tar.bz2 gentoo-2-f07a736f69b266892ac76062345a2d7f77b6c98e.zip |
Make sure we RDEPEND on sys-libs/lib-compat-loki for all arches.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 7f2cab823337..a44057335d5a 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.24 2007/09/13 00:44:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.25 2007/09/15 00:35:22 wolf31o2 Exp $ + + 15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b-r1.ebuild: + Make sure we RDEPEND on sys-libs/lib-compat-loki for all arches. 13 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b-r1.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index 1a627d17c292..dad4823f42b7 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-r1.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/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.12 2007/09/13 00:44:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.13 2007/09/15 00:35:22 wolf31o2 Exp $ inherit eutils multilib games @@ -18,6 +18,7 @@ RESTRICT="strip" DEPEND="" RDEPEND="sys-libs/glibc virtual/opengl + sys-libs/lib-compat-loki x86? ( x11-libs/libX11 x11-libs/libXext |