diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-02 18:53:30 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-02 18:53:30 +0000 |
commit | fcda76316a6e98be3ad38f07deabecb1ef0c626a (patch) | |
tree | 7ac6c89701b82172b46af864fcdaf5119411a9be /games-fps | |
parent | Fix LICENSE, see README.html, bug 453184. (diff) | |
download | gentoo-2-fcda76316a6e98be3ad38f07deabecb1ef0c626a.tar.gz gentoo-2-fcda76316a6e98be3ad38f07deabecb1ef0c626a.tar.bz2 gentoo-2-fcda76316a6e98be3ad38f07deabecb1ef0c626a.zip |
add ~amd64 keyword, update RDEPEND logic
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/duke3d-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/duke3d-data/duke3d-data-1.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/duke3d-data/ChangeLog b/games-fps/duke3d-data/ChangeLog index cf48e585138c..86b313582061 100644 --- a/games-fps/duke3d-data/ChangeLog +++ b/games-fps/duke3d-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/duke3d-data -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d-data/ChangeLog,v 1.6 2012/01/16 19:14:34 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d-data/ChangeLog,v 1.7 2013/02/02 18:53:30 hasufell Exp $ + + 02 Feb 2013; Julian Ospald <hasufell@gentoo.org> duke3d-data-1.0.ebuild: + add ~amd64 keyword, update RDEPEND logic 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> duke3d-data-1.0.ebuild: Migrate to cdrom.eclass, bug 398809. diff --git a/games-fps/duke3d-data/duke3d-data-1.0.ebuild b/games-fps/duke3d-data/duke3d-data-1.0.ebuild index e3b07775afff..c900d1f84018 100644 --- a/games-fps/duke3d-data/duke3d-data-1.0.ebuild +++ b/games-fps/duke3d-data/duke3d-data-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d-data/duke3d-data-1.0.ebuild,v 1.6 2012/01/16 19:14:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d-data/duke3d-data-1.0.ebuild,v 1.7 2013/02/02 18:53:30 hasufell Exp $ inherit eutils cdrom games @@ -10,11 +10,11 @@ SRC_URI="" LICENSE="DUKE3D" SLOT="0" -KEYWORDS="hppa ppc x86" +KEYWORDS="~amd64 hppa ppc x86" IUSE="" DEPEND="" -RDEPEND="games-fps/duke3d" +RDEPEND="|| ( games-fps/eduke32 games-fps/duke3d )" S=${WORKDIR} |