diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:41:49 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:41:49 +0000 |
commit | 46720726aea4eaae731896e7c09567ded64c289a (patch) | |
tree | b7233aa981668dc69eec4a31fc2e23d62f0ac98a /x11-libs/docklib | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-46720726aea4eaae731896e7c09567ded64c289a.tar.gz historical-46720726aea4eaae731896e7c09567ded64c289a.tar.bz2 historical-46720726aea4eaae731896e7c09567ded64c289a.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'x11-libs/docklib')
-rw-r--r-- | x11-libs/docklib/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/docklib/docklib-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/docklib/ChangeLog b/x11-libs/docklib/ChangeLog index 1e3f2435537b..c80e50f82ffd 100644 --- a/x11-libs/docklib/ChangeLog +++ b/x11-libs/docklib/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-libs/docklib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/ChangeLog,v 1.2 2002/12/09 04:41:42 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *docklib-0.2 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : diff --git a/x11-libs/docklib/docklib-0.2.ebuild b/x11-libs/docklib/docklib-0.2.ebuild index 26dc236456e1..2fd2ebdc8ecd 100644 --- a/x11-libs/docklib/docklib-0.2.ebuild +++ b/x11-libs/docklib/docklib-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/docklib-0.2.ebuild,v 1.4 2002/08/14 13:05:59 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/docklib-0.2.ebuild,v 1.5 2002/12/09 04:41:42 manson Exp $ S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ DEPEND="x11-base/xfree" #RDEPEND="" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { ./configure \ |