diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 19:36:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 19:36:35 +0000 |
commit | 259f0078334857c670166d5f5b768016d914e20d (patch) | |
tree | 67e4c0f76a07943dd6e0f1570cef019f73c59bf0 /sys-apps | |
parent | added ~x86 (tested by me) (diff) | |
download | gentoo-2-259f0078334857c670166d5f5b768016d914e20d.tar.gz gentoo-2-259f0078334857c670166d5f5b768016d914e20d.tar.bz2 gentoo-2-259f0078334857c670166d5f5b768016d914e20d.zip |
sparc keyword, bug #478076
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/gentoo-systemd-integration/ChangeLog b/sys-apps/gentoo-systemd-integration/ChangeLog index 444125da2aa1..b685c4ee0f65 100644 --- a/sys-apps/gentoo-systemd-integration/ChangeLog +++ b/sys-apps/gentoo-systemd-integration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gentoo-systemd-integration # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.15 2014/01/07 09:36:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.16 2014/01/19 19:36:35 pacho Exp $ + + 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> + gentoo-systemd-integration-2.ebuild: + sparc keyword, bug #478076 07 Jan 2014; Pacho Ramos <pacho@gentoo.org> gentoo-systemd-integration-2.ebuild: diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild index 2683d3db16ae..054f3dd4eb23 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v 1.6 2014/01/07 09:36:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-2.ebuild,v 1.7 2014/01/19 19:36:35 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=sys-apps/systemd-207" |