diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:39:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:14:17 +0100 |
commit | e1108b9a5bfdb0937259f24be2a11ec6fab1380e (patch) | |
tree | 3722b2f85dfb04e0db28c3f31405da083d9a9e11 /net-im/kouchat | |
parent | waf-utils.eclass: mark WAF_VERBOSE as @USER_VARIABLE (diff) | |
download | gentoo-e1108b9a5bfdb0937259f24be2a11ec6fab1380e.tar.gz gentoo-e1108b9a5bfdb0937259f24be2a11ec6fab1380e.tar.bz2 gentoo-e1108b9a5bfdb0937259f24be2a11ec6fab1380e.zip |
net-im/kouchat: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/kouchat')
-rw-r--r-- | net-im/kouchat/kouchat-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild b/net-im/kouchat/kouchat-1.1.0.ebuild index 3c7522dc9b9c..b719616ecc03 100644 --- a/net-im/kouchat/kouchat-1.1.0.ebuild +++ b/net-im/kouchat/kouchat-1.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 JAVA_PKG_IUSE="" -inherit eutils java-pkg-2 java-ant-2 +inherit desktop java-pkg-2 java-ant-2 DESCRIPTION="KouChat is a simple serverless chat client for local area networks" HOMEPAGE="https://kouchat.googlecode.com/" |