diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-04-16 16:09:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-04-16 16:09:50 +0000 |
commit | 3607bf6aa41b81b46c289bc690e43d838abcedb1 (patch) | |
tree | d7f56852f8f6f78c87dcb3c06d6caa94c56d2b82 /x11-libs | |
parent | Fix pgsql handling, it's weird (diff) | |
download | gentoo-2-3607bf6aa41b81b46c289bc690e43d838abcedb1.tar.gz gentoo-2-3607bf6aa41b81b46c289bc690e43d838abcedb1.tar.bz2 gentoo-2-3607bf6aa41b81b46c289bc690e43d838abcedb1.zip |
Stable on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/nucleo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/nucleo/nucleo-0.1_p20041216.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/nucleo/ChangeLog b/x11-libs/nucleo/ChangeLog index 27d36c57e747..201856715ad4 100644 --- a/x11-libs/nucleo/ChangeLog +++ b/x11-libs/nucleo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/nucleo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/ChangeLog,v 1.8 2005/02/10 08:39:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/ChangeLog,v 1.9 2005/04/16 16:09:50 usata Exp $ + + 16 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> + nucleo-0.1_p20041216.ebuild: + Stable on x86. *nucleo-0.1_p20041216 (10 Feb 2005) diff --git a/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild b/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild index 70c055f24929..f08e3f2d379f 100644 --- a/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild +++ b/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild,v 1.1 2005/02/10 08:39:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1_p20041216.ebuild,v 1.2 2005/04/16 16:09:50 usata Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" S="${WORKDIR}/${P/_p*/}" |