diff options
author | Markus Meier <maekke@gentoo.org> | 2008-11-22 18:12:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-11-22 18:12:23 +0000 |
commit | 30f108d74962edbc68e3d9f9212d089f960d40f7 (patch) | |
tree | f27ce01d9d8decaeea93da823702a4dfc869d415 /app-laptop | |
parent | netbeans compiles fine even with JDK 1.6 so I dropped the restriction on JDK,... (diff) | |
download | gentoo-2-30f108d74962edbc68e3d9f9212d089f960d40f7.tar.gz gentoo-2-30f108d74962edbc68e3d9f9212d089f960d40f7.tar.bz2 gentoo-2-30f108d74962edbc68e3d9f9212d089f960d40f7.zip |
add ~amd64, bug #243054
(Portage version: 2.2_rc15/cvs/Linux 2.6.26.8 x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/khdapsmon/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-laptop/khdapsmon/ChangeLog b/app-laptop/khdapsmon/ChangeLog index 7dbca4f4ff2a..6c6e88142657 100644 --- a/app-laptop/khdapsmon/ChangeLog +++ b/app-laptop/khdapsmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/khdapsmon -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/khdapsmon/ChangeLog,v 1.2 2007/12/25 16:15:28 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/khdapsmon/ChangeLog,v 1.3 2008/11/22 18:12:23 maekke Exp $ + + 22 Nov 2008; Markus Meier <maekke@gentoo.org> khdapsmon-0.1.2.ebuild: + add ~amd64, bug #243054 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing uberlord from metadata.xml as per #199318. diff --git a/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild b/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild index 1c7fd261a1d5..852efae51dcd 100644 --- a/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild +++ b/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild,v 1.1 2006/06/26 20:27:04 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/khdapsmon/khdapsmon-0.1.2.ebuild,v 1.2 2008/11/22 18:12:23 maekke Exp $ inherit kde @@ -12,6 +12,6 @@ HOMEPAGE="http://www.oakcourt.dyndns.org/projects/khdapsmon/" SRC_URI="http://www.oakcourt.dyndns.org/projects/khdapsmon/${MY_P}-${RELNR}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" need-kde 3.5 |