diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-24 10:52:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-24 10:52:55 +0000 |
commit | d0571d74b4bb3fd46832d20ba106e9058e5e160b (patch) | |
tree | 5c0ae326082940e5b9f3f4e9b4768ffc557e3b2d /app-emulation | |
parent | new revision, add ~amd64, eapi4 (diff) | |
download | historical-d0571d74b4bb3fd46832d20ba106e9058e5e160b.tar.gz historical-d0571d74b4bb3fd46832d20ba106e9058e5e160b.tar.bz2 historical-d0571d74b4bb3fd46832d20ba106e9058e5e160b.zip |
Add ~amd64, wrt bug #439318
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dlx/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/dlx/dlx-1.0.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-emulation/dlx/ChangeLog b/app-emulation/dlx/ChangeLog index 9fe04a46aff6..c8082d05d969 100644 --- a/app-emulation/dlx/ChangeLog +++ b/app-emulation/dlx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/dlx -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/ChangeLog,v 1.10 2008/12/30 19:00:34 angelos Exp $ +# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/ChangeLog,v 1.11 2012/10/24 10:52:55 ago Exp $ + + 24 Oct 2012; Agostino Sarubbo <ago@gentoo.org> dlx-1.0.0-r1.ebuild: + Add ~amd64, wrt bug #439318 30 Dec 2008; Christoph Mende <angelos@gentoo.org> dlx-1.0.0-r1.ebuild: QA: Respect CC (bug 243578) and CFLAGS/LDFLAGS (bug 240003) @@ -31,4 +34,3 @@ 21 Nov 2003; <rphillips@gentoo.org> dlx-1.0.0.ebuild: Initial Version - diff --git a/app-emulation/dlx/dlx-1.0.0-r1.ebuild b/app-emulation/dlx/dlx-1.0.0-r1.ebuild index 31bf466d2c34..e6c08f7d15af 100644 --- a/app-emulation/dlx/dlx-1.0.0-r1.ebuild +++ b/app-emulation/dlx/dlx-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/dlx-1.0.0-r1.ebuild,v 1.3 2008/12/30 19:00:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/dlx-1.0.0-r1.ebuild,v 1.4 2012/10/24 10:52:55 ago Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.davidviner.com/${PN}/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" S="${WORKDIR}/${PN}" |