diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-28 22:55:34 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-28 22:55:34 +0000 |
commit | cebbad81171b964ba15a85b5c7698907bffbfa8a (patch) | |
tree | c5a32e1cbb8f3123f13200610f95055072c58b57 /app-admin | |
parent | Fix bug #252134 (compatibility with OpenRC 0.4.x) and #251953 (pre-stripped f... (diff) | |
download | gentoo-2-cebbad81171b964ba15a85b5c7698907bffbfa8a.tar.gz gentoo-2-cebbad81171b964ba15a85b5c7698907bffbfa8a.tar.bz2 gentoo-2-cebbad81171b964ba15a85b5c7698907bffbfa8a.zip |
amd64 stable, bug 251810
(Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-news/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-news/eselect-news-20080320.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-news/ChangeLog b/app-admin/eselect-news/ChangeLog index 7c13e40279ea..5e83e26685bc 100644 --- a/app-admin/eselect-news/ChangeLog +++ b/app-admin/eselect-news/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-news # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-news/ChangeLog,v 1.9 2008/06/20 20:52:43 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-news/ChangeLog,v 1.10 2008/12/28 22:55:34 darkside Exp $ + + 28 Dec 2008; Jeremy Olexa <darkside@gentoo.org> + eselect-news-20080320.ebuild: + amd64 stable, bug 251810 20 Jun 2008; Zac Medico <zmedico@gentoo.org> eselect-news-20080320.ebuild: Make repoman happy by adding ~m68k, ~sh, and ~sparc-fbsd to KEYWORDS. diff --git a/app-admin/eselect-news/eselect-news-20080320.ebuild b/app-admin/eselect-news/eselect-news-20080320.ebuild index 8652e58e3f11..b8359d996521 100644 --- a/app-admin/eselect-news/eselect-news-20080320.ebuild +++ b/app-admin/eselect-news/eselect-news-20080320.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-news/eselect-news-20080320.ebuild,v 1.3 2008/06/20 20:52:43 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-news/eselect-news-20080320.ebuild,v 1.4 2008/12/28 22:55:34 darkside Exp $ DESCRIPTION="GLEP 42 news reader" HOMEPAGE="http://paludis.pioto.org/" @@ -8,7 +8,7 @@ SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/news.eselect-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=app-admin/eselect-1.0.11" |