diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:31:02 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:31:02 +0000 |
commit | 5ce10f1d0b74b0023c47627edaa917604469822e (patch) | |
tree | 1a71d58509df7b46c0fae76ce5cb13b7693046df /kde-misc/kosd/kosd-0.7.1.ebuild | |
parent | Bump to EAPI=4; make DOCS an array (diff) | |
download | gentoo-2-5ce10f1d0b74b0023c47627edaa917604469822e.tar.gz gentoo-2-5ce10f1d0b74b0023c47627edaa917604469822e.tar.bz2 gentoo-2-5ce10f1d0b74b0023c47627edaa917604469822e.zip |
Bump to EAPI=4; remove old
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kosd/kosd-0.7.1.ebuild')
-rw-r--r-- | kde-misc/kosd/kosd-0.7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-misc/kosd/kosd-0.7.1.ebuild b/kde-misc/kosd/kosd-0.7.1.ebuild index 28248fdeefd5..8e455cb0b26f 100644 --- a/kde-misc/kosd/kosd-0.7.1.ebuild +++ b/kde-misc/kosd/kosd-0.7.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.7.1.ebuild,v 1.1 2011/08/22 01:17:46 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.7.1.ebuild,v 1.2 2011/10/29 00:31:01 abcd Exp $ -EAPI=3 +EAPI=4 KDE_MINIMAL=4.6 inherit kde4-base @@ -25,6 +25,6 @@ RDEPEND="${DEPEND}" pkg_postinst() { kde4-base_pkg_postinstall - elog Since version 0.5 kosd is a Plasma-based kded plugin and can be - elog configured in the systemsettings dialog \"Shortcuts and Gestures\". + elog "Since version 0.5 kosd is a Plasma-based kded plugin and can be" + elog "configured in the systemsettings dialog \"Shortcuts and Gestures\"." } |