diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:39:21 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-10-29 00:39:21 +0000 |
commit | 85411a5e2045e7aea3a5111f0e05151830cd8e30 (patch) | |
tree | 7074c0b033456294f60ffe61aa90674424a3f921 /kde-misc | |
parent | Bump to EAPI=4 (diff) | |
download | gentoo-2-85411a5e2045e7aea3a5111f0e05151830cd8e30.tar.gz gentoo-2-85411a5e2045e7aea3a5111f0e05151830cd8e30.tar.bz2 gentoo-2-85411a5e2045e7aea3a5111f0e05151830cd8e30.zip |
Bump to EAPI=4; set KDE_HANDBOOK
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kdesudo/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-misc/kdesudo/ChangeLog b/kde-misc/kdesudo/ChangeLog index ba921a48d106..e99a09ab7612 100644 --- a/kde-misc/kdesudo/ChangeLog +++ b/kde-misc/kdesudo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kdesudo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdesudo/ChangeLog,v 1.3 2011/08/22 01:03:01 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdesudo/ChangeLog,v 1.4 2011/10/29 00:39:21 abcd Exp $ + + 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> kdesudo-3.4.2.4.ebuild: + Bump to EAPI=4; set KDE_HANDBOOK *kdesudo-3.4.2.4 (22 Aug 2011) diff --git a/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild b/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild index 13416f385407..bfb2c455ea8e 100644 --- a/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild +++ b/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild,v 1.1 2011/08/22 01:03:01 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdesudo/kdesudo-3.4.2.4.ebuild,v 1.2 2011/10/29 00:39:21 abcd Exp $ EAPI=3 # FIXME. What is linguas_jv, different Japanese translation? KDE_LINGUAS="ar cs da de el en_GB es et fa fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl oc pl pt pt_BR ro ru sk sv tl tr uk zh_CN zh_TW" +KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="A frontend for sudo. Unlike kdesu, it uses directly sudo as backend." @@ -15,7 +16,7 @@ SRC_URI="http://launchpad.net/${PN}/3.x/${PV}/+download/${P}.tar.gz" LICENSE="FDL-1.2 GPL-2 LGPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" +IUSE="debug" RDEPEND=" app-admin/sudo |