diff options
author | Chris Reffett <creffett@gentoo.org> | 2012-08-25 20:16:09 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2012-08-25 20:16:09 +0000 |
commit | 97f323132eab3130755a976a09de2b3b763ead43 (patch) | |
tree | 53ac4021b94c90ca02a93b9e3188287dc8544f79 /kde-misc/stock-quote | |
parent | Remove older. Stabilise 4.2 on amd64 and x86. (diff) | |
download | gentoo-2-97f323132eab3130755a976a09de2b3b763ead43.tar.gz gentoo-2-97f323132eab3130755a976a09de2b3b763ead43.tar.bz2 gentoo-2-97f323132eab3130755a976a09de2b3b763ead43.zip |
Actually bump to EAPI 4 this time.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/stock-quote')
-rw-r--r-- | kde-misc/stock-quote/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/stock-quote/stock-quote-2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog index ba7502dff248..44fd222b021c 100644 --- a/kde-misc/stock-quote/ChangeLog +++ b/kde-misc/stock-quote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/stock-quote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.5 2012/08/25 19:59:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.6 2012/08/25 20:16:09 creffett Exp $ + + 25 Aug 2012; Chris Reffett <creffett@gentoo.org> stock-quote-2.1-r1.ebuild: + Actually bump to EAPI 4 this time. *stock-quote-2.1-r1 (25 Aug 2012) diff --git a/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild b/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild index 05d3d997847b..a3090252c1d6 100644 --- a/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild +++ b/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild,v 1.1 2012/08/25 19:59:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1-r1.ebuild,v 1.2 2012/08/25 20:16:09 creffett Exp $ -EAPI=3 +EAPI=4 inherit kde4-base MY_P=plasma_${PN/-/_}-${PV} |