diff options
Diffstat (limited to 'app-i18n/scim/scim-1.4.18.ebuild')
-rw-r--r-- | app-i18n/scim/scim-1.4.18.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild index fed4fdc5b771..775f3e68a139 100644 --- a/app-i18n/scim/scim-1.4.18.ebuild +++ b/app-i18n/scim/scim-1.4.18.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" + inherit eutils flag-o-matic multilib gnome2-utils autotools DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" -HOMEPAGE="https://sourceforge.net/projects/scim" -SRC_URI="https://github.com/scim-im/scim/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/scim-im/scim" +SRC_URI="https://github.com/scim-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |