summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-mailwatch-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /xfce-extra/xfce4-mailwatch-plugin
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'xfce-extra/xfce4-mailwatch-plugin')
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest b/xfce-extra/xfce4-mailwatch-plugin/Manifest
index 4754ae3d475a..0f45b2fb665e 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/Manifest
+++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest
@@ -1,3 +1,3 @@
DIST xfce4-mailwatch-plugin-1.3.0.tar.bz2 551687 BLAKE2B 3ec841c32df059a2be99ad21c706be794d97c493e9ae1c1be5ec9006c45df51a766c8c89ef9f2941f6c411c18bfd5d01e8a510acfc4233cb349e1528346d0617 SHA512 07d4e4cc2f7d299a142d9e9b307c2797892a5febd8451d5291cb9574be0bd5daba677ee893fea3af49b6a8acbfb827ae0125ba11014df37b6c68a2734ecde11b
-EBUILD xfce4-mailwatch-plugin-1.3.0.ebuild 1007 BLAKE2B feb158c0ed5144ae6f9ca9c76360f04098ea5b8a39ed4e0b4e043b76de6b0bd4f1c5d535f2f609ddd88f520213db39ab7e94fcdf5b47cf86200aa7950f463ff1 SHA512 132fff2a0456180c225557befbc2c1063d2f4ff7c9aa951cb579cc66160852228170a7c04ca5a9d445935d48114072606dfdefe7b65ad707d8763bd2120bf246
+EBUILD xfce4-mailwatch-plugin-1.3.0.ebuild 983 BLAKE2B 8fd87bcbc6a2f0b56a5823d00b4e765b13326bbfd00d24749379d3b88ad588fed35efccdb91fa5e0b576b104c4ea9927f4fa345eb9911a75a6aa3165cf149845 SHA512 bb2e5bf1a999110aae369f9194cc7d43b3222d7b424a40dcbdd1c586be1dac5dadbc68f0063ef77dc0b953742dbdd5f18faf4d3bdcbd2a4526ab4f7262da3a52
MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5
diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
index 2cc85811a9c5..613ee5330840 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.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
@@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="ipv6 ssl"
+IUSE="ssl"
RDEPEND=">=dev-libs/glib-2.42:=
>=x11-libs/gtk+-3.22:3=
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
"
src_configure() {
- econf $(use_enable ssl) $(use_enable ipv6)
+ econf $(use_enable ssl)
}
src_install() {