diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-30 11:24:26 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-30 11:24:26 +0200 |
commit | 0238cfdfde5feadd71beb9719d018af071fbfb83 (patch) | |
tree | f8b4b84962e96fd20cbd5d7ab4aeda525f9fed31 /sci-chemistry | |
parent | www-client/fetch: Stabilize 1.0-r4 x86, #867331 (diff) | |
download | gentoo-0238cfdfde5feadd71beb9719d018af071fbfb83.tar.gz gentoo-0238cfdfde5feadd71beb9719d018af071fbfb83.tar.bz2 gentoo-0238cfdfde5feadd71beb9719d018af071fbfb83.zip |
sci-chemistry/surf: Stabilize 1.0 amd64, #867223
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/surf/surf-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/surf/surf-1.0.ebuild b/sci-chemistry/surf/surf-1.0.ebuild index 35c655606429..e23c02d7351e 100644 --- a/sci-chemistry/surf/surf-1.0.ebuild +++ b/sci-chemistry/surf/surf-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://www.ks.uiuc.edu/Research/vmd/extsrcs/surf.tar.Z -> ${P}.tar.Z" LICENSE="SURF" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="!www-client/surf" |