diff options
author | 2012-10-07 11:26:09 +0000 | |
---|---|---|
committer | 2012-10-07 11:26:09 +0000 | |
commit | 0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2 (patch) | |
tree | 25727eb26012bf0684ac322ef4893cf9fcd5f579 /games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild | |
parent | dev-tex/tth: Drop old (diff) | |
download | gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.tar.gz gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.tar.bz2 gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.zip |
Rely on unpack.eclass to pull unrar deps, if other RAR alternatives are found to really fully replace unrar, this needs to be discussed centrally with eclass authors instead of in every ebuild using rar files (#244987 by drantin).
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild')
-rw-r--r-- | games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild b/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild index accc71440cb2..ca64d91f6197 100644 --- a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild +++ b/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.3 2010/07/12 17:07:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.4 2012/10/07 11:26:09 pacho Exp $ EAPI=2 -inherit games +inherit games unpacker DESCRIPTION="The Community Expansion Pack for Neverwinter Nights" HOMEPAGE="http://nwn.bioware.com/players/cep.html" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -DEPEND="app-arch/unrar" +DEPEND="" RDEPEND=">=games-rpg/nwn-1.68" pkg_setup() { |