diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 18:12:15 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 18:12:15 +0000 |
commit | 06bd9c18f2fb4c9d31016c142b127d38246fba00 (patch) | |
tree | 0fd2c0dcdae23a4349196c7c794166d7d07dc814 /kde-misc | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-06bd9c18f2fb4c9d31016c142b127d38246fba00.tar.gz gentoo-2-06bd9c18f2fb4c9d31016c142b127d38246fba00.tar.bz2 gentoo-2-06bd9c18f2fb4c9d31016c142b127d38246fba00.zip |
Bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/krcstat/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/krcstat/krcstat-0.7.6.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/kde-misc/krcstat/ChangeLog b/kde-misc/krcstat/ChangeLog index 76a3bc6711ac..b09734c165b6 100644 --- a/kde-misc/krcstat/ChangeLog +++ b/kde-misc/krcstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/krcstat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/ChangeLog,v 1.5 2012/12/20 17:05:59 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/ChangeLog,v 1.6 2014/03/21 18:12:15 johu Exp $ + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> krcstat-0.7.6.ebuild: + Bump to EAPI 5. 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -files/krcstat-0.7.3-gcc-4.7.patch, -krcstat-0.7.3.ebuild: diff --git a/kde-misc/krcstat/krcstat-0.7.6.ebuild b/kde-misc/krcstat/krcstat-0.7.6.ebuild index c6d046665123..bdc95fe8b93a 100644 --- a/kde-misc/krcstat/krcstat-0.7.6.ebuild +++ b/kde-misc/krcstat/krcstat-0.7.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/krcstat-0.7.6.ebuild,v 1.1 2012/10/26 04:42:23 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/krcstat-0.7.6.ebuild,v 1.2 2014/03/21 18:12:15 johu Exp $ -EAPI=4 +EAPI=5 inherit kde4-base @@ -13,7 +13,7 @@ SRC_URI="http://binro.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="debug" DEPEND=" $(add_kdebase_dep konsole) |