diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 00:53:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-26 00:53:43 +0000 |
commit | 14537cde9bbe0db722d6ed3ba568fda05218d4e4 (patch) | |
tree | e033b014caa8ac8d217eaeefd3f648cbda1a44f2 /kde-base/ktip | |
parent | Ensuring usage of CFLAGS, + fixing bugs #131267 and #131333 (diff) | |
download | gentoo-2-14537cde9bbe0db722d6ed3ba568fda05218d4e4.tar.gz gentoo-2-14537cde9bbe0db722d6ed3ba568fda05218d4e4.tar.bz2 gentoo-2-14537cde9bbe0db722d6ed3ba568fda05218d4e4.zip |
Stable on x86 wrt bug #132213
(Portage version: 2.1_rc2-r1)
Diffstat (limited to 'kde-base/ktip')
-rw-r--r-- | kde-base/ktip/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktip/ktip-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktip/ChangeLog b/kde-base/ktip/ChangeLog index d042340aa089..3fcf06bb6fa7 100644 --- a/kde-base/ktip/ChangeLog +++ b/kde-base/ktip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktip # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ChangeLog,v 1.40 2006/04/06 02:57:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ChangeLog,v 1.41 2006/05/26 00:53:43 wolf31o2 Exp $ + + 26 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> ktip-3.5.2.ebuild: + Stable on x86 wrt bug #132213 06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -ktip-3.5.0.ebuild, -ktip-3.5.1.ebuild: diff --git a/kde-base/ktip/ktip-3.5.2.ebuild b/kde-base/ktip/ktip-3.5.2.ebuild index 9d480102106a..4b64f36d2f69 100644 --- a/kde-base/ktip/ktip-3.5.2.ebuild +++ b/kde-base/ktip/ktip-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ktip-3.5.2.ebuild,v 1.3 2006/04/01 20:12:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktip/ktip-3.5.2.ebuild,v 1.4 2006/05/26 00:53:43 wolf31o2 Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE tip-of-the-day displayer" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" |