diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 15:56:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 15:56:40 +0000 |
commit | 1252d039ee879deb2f25d92366e209e249d6af5c (patch) | |
tree | 97e14511787cb83a838db136b334e7bbcb7f122a /x11-libs/liblbxutil | |
parent | Added gadu gadu protocol support (diff) | |
download | historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.gz historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.bz2 historical-1252d039ee879deb2f25d92366e209e249d6af5c.zip |
Stable on amd64.
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'x11-libs/liblbxutil')
-rw-r--r-- | x11-libs/liblbxutil/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/liblbxutil/ChangeLog b/x11-libs/liblbxutil/ChangeLog index a9f17884b34f..b64ce6fe6fc4 100644 --- a/x11-libs/liblbxutil/ChangeLog +++ b/x11-libs/liblbxutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/liblbxutil # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/liblbxutil/ChangeLog,v 1.24 2006/06/30 08:59:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/liblbxutil/ChangeLog,v 1.25 2006/06/30 15:36:34 wolf31o2 Exp $ + + 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + liblbxutil-1.0.1.ebuild: + Stable on amd64. 30 Jun 2006; Markus Rothe <corsair@gentoo.org> liblbxutil-1.0.1.ebuild: Stable on ppc64 diff --git a/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild b/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild index f509f3efdbfa..2037491dd367 100644 --- a/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild +++ b/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild,v 1.3 2006/06/30 08:59:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/liblbxutil/liblbxutil-1.0.1.ebuild,v 1.4 2006/06/30 15:36:34 wolf31o2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org lbxutil library" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xextproto" |