diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:42:03 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:42:03 +0000 |
commit | f52eede2406a9ebeb563460fedb2442aadf4fb47 (patch) | |
tree | 8002ea7d3565b35155ea7264a2d2265d582f806d /x11-misc/xrootconsole | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | gentoo-2-f52eede2406a9ebeb563460fedb2442aadf4fb47.tar.gz gentoo-2-f52eede2406a9ebeb563460fedb2442aadf4fb47.tar.bz2 gentoo-2-f52eede2406a9ebeb563460fedb2442aadf4fb47.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xrootconsole/ChangeLog b/x11-misc/xrootconsole/ChangeLog index 141c777108df..9e39ede316c5 100644 --- a/x11-misc/xrootconsole/ChangeLog +++ b/x11-misc/xrootconsole/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/xrootconsole # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.1 2002/07/08 14:44:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.2 2002/12/09 04:41:55 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *xrootconsole-0.4 (28 May 2002) 28 May 2002; J.Alberto S.L. <bass@gentoo.org> xrootconsole-0.4.ebuild: diff --git a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild index 1c3406056608..4c6764af1517 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.3 2002/08/14 23:44:15 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.4 2002/12/09 04:41:55 manson Exp $ S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ LICENSE="GPL" DEPEND="x11-base/xfree" RDEPEMD="${DEPEND}" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { emake || die "emake failed" |