diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-07-29 11:21:21 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-07-29 11:21:21 +0000 |
commit | d98adb86592c00b4fd2f3e7d6766310ad7af9920 (patch) | |
tree | ec88844e50691f50d090bbd08590f07631e8a03e /kde-misc | |
parent | Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488. (diff) | |
download | gentoo-2-d98adb86592c00b4fd2f3e7d6766310ad7af9920.tar.gz gentoo-2-d98adb86592c00b4fd2f3e7d6766310ad7af9920.tar.bz2 gentoo-2-d98adb86592c00b4fd2f3e7d6766310ad7af9920.zip |
Stable on amd64 and x86, wrt bug #517404
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcm-grub2/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/kcm-grub2/ChangeLog b/kde-misc/kcm-grub2/ChangeLog index 0c29844b9985..7b954352943c 100644 --- a/kde-misc/kcm-grub2/ChangeLog +++ b/kde-misc/kcm-grub2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kcm-grub2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.14 2014/05/03 10:36:53 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.15 2014/07/29 11:21:21 pinkbyte Exp $ + + 29 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> kcm-grub2-0.6.4-r1.ebuild: + Stable on amd64 and x86, wrt bug #517404 *kcm-grub2-0.6.4-r1 (03 May 2014) diff --git a/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild b/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild index d5c96bfa2e92..5005aabc4710 100644 --- a/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild +++ b/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.1 2014/05/03 10:36:52 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.2 2014/07/29 11:21:21 pinkbyte Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="4" IUSE="+hwinfo imagemagick packagekit" |