From 0c49bf5299f6ac6901348ed02a4a98dc50de4703 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 9 Dec 2011 13:57:26 -0500 Subject: [PATCH] Add ~amd64 keyword to timebook, and update to EAPI 4. --- ChangeLog | 5 +++++ timebook-9999.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba701d3..7b7377f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +*timebook-9999 (09 Dec 2011) + 09 Dec 2011; W. Trevor King timebook-9999.ebuild : + Add ~amd64 keyword, now that I'm testing timebook on an AMD C-60. + Also update to EAPI 4. + *timebook-9999 (28 Jul 2011) 28 Jul 2011; W. Trevor King ChangeLog, metadata.xml, timebook-9999.ebuild : - Created ebuild suite for timebook. diff --git a/timebook-9999.ebuild b/timebook-9999.ebuild index ef3411f..3dbabca 100644 --- a/timebook-9999.ebuild +++ b/timebook-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI="4" + PYTHON_DEPEND="2:2.7" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" @@ -22,7 +23,7 @@ HOMEPAGE="https://bitbucket.org/trevor/${PN}/overview" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="dev-lang/python[sqlite]" -- 2.26.2