diff options
author | Johannes Huber <johu@gentoo.org> | 2016-04-12 21:41:01 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-04-12 21:45:42 +0200 |
commit | c268a127c49239ba12e7645eec1598e77bcf0fcc (patch) | |
tree | 3ef27edd77907a3e557525be6d142da7ca1b0dd0 | |
parent | www-apps/klaus: Add myself to the list of maintainers. (diff) | |
download | gentoo-c268a127c49239ba12e7645eec1598e77bcf0fcc.tar.gz gentoo-c268a127c49239ba12e7645eec1598e77bcf0fcc.tar.bz2 gentoo-c268a127c49239ba12e7645eec1598e77bcf0fcc.zip |
media-sound/drumstick: EAPI 6
Package-Manager: portage-2.2.28
-rw-r--r-- | media-sound/drumstick/drumstick-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/drumstick/drumstick-1.0.2.ebuild b/media-sound/drumstick/drumstick-1.0.2.ebuild index 82ac2f2499e0..47cd4af4bd6c 100644 --- a/media-sound/drumstick/drumstick-1.0.2.ebuild +++ b/media-sound/drumstick/drumstick-1.0.2.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils fdo-mime gnome2-utils -DESCRIPTION="Qt4/C++ wrapper for ALSA sequencer" +DESCRIPTION="Qt/C++ wrapper for ALSA sequencer" HOMEPAGE="http://drumstick.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |