summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2015-02-28 20:06:06 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2015-02-28 20:06:06 -0800
commit7c6df417fb9a2c17e12f595946a2267f9e101f62 (patch)
treedefe43b4fdc5982937c48b98ca78704c09ade963 /dev-libs/gitdate/gitdate-0.0.1.ebuild
parentUpdate psqlite to 0.0.2 (diff)
downloadpalmer-7c6df417fb9a2c17e12f595946a2267f9e101f62.tar.gz
palmer-7c6df417fb9a2c17e12f595946a2267f9e101f62.tar.bz2
palmer-7c6df417fb9a2c17e12f595946a2267f9e101f62.zip
Add a sub-slot version to gitdate
My ABIs aren't stable, so this lets me rebuild everything when I change versions.
Diffstat (limited to 'dev-libs/gitdate/gitdate-0.0.1.ebuild')
-rw-r--r--dev-libs/gitdate/gitdate-0.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gitdate/gitdate-0.0.1.ebuild b/dev-libs/gitdate/gitdate-0.0.1.ebuild
index 5f8b65c..8446a1a 100644
--- a/dev-libs/gitdate/gitdate-0.0.1.ebuild
+++ b/dev-libs/gitdate/gitdate-0.0.1.ebuild
@@ -1,4 +1,4 @@
-EAPI="4"
+EAPI="5"
inherit eutils
DESCRIPTION="Git's date parsing code"
@@ -6,7 +6,7 @@ HOMEPAGE="http://www.dabbelt.com/~palmer/software/${PN}/"
SRC_URI="https://github.com/palmer-dabbelt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/$PV"
KEYWORDS="amd64 amd64-linux"
IUSE="scala"