diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:34:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:34:33 +0000 |
commit | cb3471f986dcb31f413386269a8fe9e4fad24c23 (patch) | |
tree | cff9761100ec101d1de2d4267b7c88b5d11d0f93 /kde-base/kmilo | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-cb3471f986dcb31f413386269a8fe9e4fad24c23.tar.gz gentoo-2-cb3471f986dcb31f413386269a8fe9e4fad24c23.tar.bz2 gentoo-2-cb3471f986dcb31f413386269a8fe9e4fad24c23.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index f4a8a918a40b..756093fe3589 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.61 2006/11/30 09:56:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.62 2006/12/01 19:34:33 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> kmilo-3.5.2.ebuild, + kmilo-3.5.5.ebuild: + Make support for hidden visibility explicit. 30 Nov 2006; Markus Rothe <corsair@gentoo.org> kmilo-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/kmilo/kmilo-3.5.2.ebuild b/kde-base/kmilo/kmilo-3.5.2.ebuild index 2a5c5e4b575e..808a3ff5f3df 100644 --- a/kde-base/kmilo/kmilo-3.5.2.ebuild +++ b/kde-base/kmilo/kmilo-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/kmilo/kmilo-3.5.2.ebuild,v 1.10 2006/09/03 17:23:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.2.ebuild,v 1.11 2006/12/01 19:34:33 flameeyes Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -10,7 +10,7 @@ inherit kde-meta eutils DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware input devices that exist, such as those on keyboards." KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pbbuttonsd" +IUSE="kdehiddenvisibility pbbuttonsd" DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" RDEPEND="${DEPEND}" diff --git a/kde-base/kmilo/kmilo-3.5.5.ebuild b/kde-base/kmilo/kmilo-3.5.5.ebuild index 8fbdb4b46d63..f5101d9cbb0f 100644 --- a/kde-base/kmilo/kmilo-3.5.5.ebuild +++ b/kde-base/kmilo/kmilo-3.5.5.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/kmilo/kmilo-3.5.5.ebuild,v 1.6 2006/11/30 09:56:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5.5.ebuild,v 1.7 2006/12/01 19:34:33 flameeyes Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -10,7 +10,7 @@ inherit kde-meta eutils DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware input devices that exist, such as those on keyboards." KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="pbbuttonsd" +IUSE="kdehiddenvisibility pbbuttonsd" DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" RDEPEND="${DEPEND}" |