summaryrefslogtreecommitdiff
path: root/app-i18n/libcangjie/libcangjie-1.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/libcangjie/libcangjie-1.3.ebuild')
-rw-r--r--app-i18n/libcangjie/libcangjie-1.3.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-i18n/libcangjie/libcangjie-1.3.ebuild b/app-i18n/libcangjie/libcangjie-1.3.ebuild
index 72eb18b96607..e7a4e34570b7 100644
--- a/app-i18n/libcangjie/libcangjie-1.3.ebuild
+++ b/app-i18n/libcangjie/libcangjie-1.3.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI="6"
-DESCRIPTION="The library implementing the Cangjie input method"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="https://github.com/Cangjians/libcangjie/releases/download/v${PV}/libcangjie-${PV}.tar.xz"
+DESCRIPTION="Library implementing the Cangjie input method"
+HOMEPAGE="http://cangjians.github.io/"
+SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
+IUSE=""
-DEPEND="dev-db/sqlite:3="
-
-RDEPEND="${DEPEND}"
+RDEPEND="dev-db/sqlite:3="
+DEPEND="${RDEPEND}"