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 | c1a73bc27af12d19734b564e6f4f611ace143e8e (patch) | |
tree | 2de5c024fb5c4a69a8487639c42540610f4d6aff /app-laptop | |
parent | netbeans compiles fine even with JDK 1.6 so I dropped the restriction on JDK,... (diff) | |
download | historical-c1a73bc27af12d19734b564e6f4f611ace143e8e.tar.gz historical-c1a73bc27af12d19734b564e6f4f611ace143e8e.tar.bz2 historical-c1a73bc27af12d19734b564e6f4f611ace143e8e.zip |
add ~amd64, bug #243054
Package-Manager: portage-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 |