diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:22:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:37 +0100 |
commit | 4cffd3c3ecfd6b0eb72a2dd49571b8932bede5c1 (patch) | |
tree | aec323b0e1a3cbcc4fcca05373b8495ad0c0b19f /dev-java/icedtea-sound | |
parent | dev-java/gnu-classpath: reduce quoting (diff) | |
download | gentoo-4cffd3c3ecfd6b0eb72a2dd49571b8932bede5c1.tar.gz gentoo-4cffd3c3ecfd6b0eb72a2dd49571b8932bede5c1.tar.bz2 gentoo-4cffd3c3ecfd6b0eb72a2dd49571b8932bede5c1.zip |
dev-java/icedtea-sound: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/icedtea-sound')
-rw-r--r-- | dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index 8baacadd296d..a891e3577f34 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) EAPI="5" -inherit eutils java-pkg-2 prefix +inherit java-pkg-2 prefix DESCRIPTION="Plugins for javax.sound" HOMEPAGE="http://icedtea.classpath.org" |