diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-27 22:24:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-27 22:24:34 +0000 |
commit | 46e8c84ff00639db0bd2b345a686b461348098da (patch) | |
tree | b63c23ba638edb067d6a9a759837e65a71d0425c /games-fps/quake4-data | |
parent | Version bump to 2.1 from 2.0 with a simple ebuild copy and adding DP_FS_BASED... (diff) | |
download | gentoo-2-46e8c84ff00639db0bd2b345a686b461348098da.tar.gz gentoo-2-46e8c84ff00639db0bd2b345a686b461348098da.tar.bz2 gentoo-2-46e8c84ff00639db0bd2b345a686b461348098da.zip |
Added games-fps/quake4-bin to PDEPEND so it will get merged if someone does an 'emerge quake4-data'.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'games-fps/quake4-data')
-rw-r--r-- | games-fps/quake4-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-fps/quake4-data/ChangeLog b/games-fps/quake4-data/ChangeLog index faf454696709..eaa320145ae2 100644 --- a/games-fps/quake4-data/ChangeLog +++ b/games-fps/quake4-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake4-data # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.5 2006/09/27 21:06:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.6 2006/09/27 22:24:34 wolf31o2 Exp $ + + 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-data-1.0.2147.12.ebuild: + Added games-fps/quake4-bin to PDEPEND so it will get merged if someone does + an 'emerge quake4-data'. 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake4-data-1.0.2147.12.ebuild: diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild index ab55ebf0ae77..926a6635b908 100644 --- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild +++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.6 2006/09/27 21:06:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.7 2006/09/27 22:24:34 wolf31o2 Exp $ inherit eutils games @@ -17,6 +17,7 @@ RESTRICT="strip" DEPEND="app-arch/bzip2 app-arch/tar" RDEPEND="" +PDEPEND="games-fps/quake4-bin" S=${WORKDIR} |