Add ~amd64 keyword to timebook, and update to EAPI 4.
authorW. Trevor King <wking@drexel.edu>
Fri, 9 Dec 2011 18:57:26 +0000 (13:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 9 Dec 2011 18:57:26 +0000 (13:57 -0500)
ChangeLog
timebook-9999.ebuild

index ba701d3292137c6e38f8eb68f72d55eafdb523f4..7b7377f939dd11fc21341319e5d355d849f84684 100644 (file)
--- 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 <wking@drexel.edu> 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 <wking@drexel.edu> ChangeLog, metadata.xml, timebook-9999.ebuild :
   - Created ebuild suite for timebook.
index ef3411fadbd85dc939248c792b2e31684266ab93..3dbabcaf80ca5ed324388664a76493e37b4f9a56 100644 (file)
@@ -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]"