diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-01 16:31:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-01 16:31:22 +0000 |
commit | be3c35c3619c4a43dde150ec8abd7bb9dc5d6f8c (patch) | |
tree | 9f3a1bc34f2152c81e3b3b1b82588fa388acc447 /app-editors/gnotepad+ | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-be3c35c3619c4a43dde150ec8abd7bb9dc5d6f8c.tar.gz gentoo-2-be3c35c3619c4a43dde150ec8abd7bb9dc5d6f8c.tar.bz2 gentoo-2-be3c35c3619c4a43dde150ec8abd7bb9dc5d6f8c.zip |
Added amd64 keyword.
Diffstat (limited to 'app-editors/gnotepad+')
-rw-r--r-- | app-editors/gnotepad+/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gnotepad+/gnotepad+-1.3.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/gnotepad+/ChangeLog b/app-editors/gnotepad+/ChangeLog index 85b0de206af6..2a75e5616b6c 100644 --- a/app-editors/gnotepad+/ChangeLog +++ b/app-editors/gnotepad+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gnotepad+ -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.1 2003/08/24 01:28:22 avenj Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.2 2004/06/01 16:31:22 aliz Exp $ + + 01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> gnotepad+-1.3.3.ebuild: + Added amd64 keyword. *gnotepad+-1.3.3 (23 Aug 2003) diff --git a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild index d6004ac0341f..68205795ab6a 100644 --- a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild +++ b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.2 2004/03/13 23:00:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.3 2004/06/01 16:31:22 aliz Exp $ DESCRIPTION="Gnotepad+ is a simple HTML and text editor using the GTK Text Widget." SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz" @@ -9,7 +9,7 @@ DEPEND="=x11-libs/gtk+-1.2*" RDEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" src_compile() { econf || die |